• Jim Fulton's avatar
    Merged from 2.8 branch: · 6a3b2b6c
    Jim Fulton authored
    r39647 | jim | 2005-10-26 13:12:39 -0400 (Wed, 26 Oct 2005) | 6 lines
    
    Fixed a bug in getting source that prevented tests from being used if
        there were pyc files around. Sigh.
    
    Added tests for restrictions on augmented assignment and for handling
        generator expressions.
    
    ------------------------------------------------------------------------
        r39646 | jim | 2005-10-26 13:12:37 -0400 (Wed, 26 Oct 2005) | 2 lines
    
    Added tests for handling generator expressions.
    
    ------------------------------------------------------------------------
        r39645 | jim | 2005-10-26 13:12:35 -0400 (Wed, 26 Oct 2005) | 3 lines
    
    Added protection against the (small) risk that someone could mitate an
        object through an augmented assignment (aka inplace) operator.
    
    ------------------------------------------------------------------------
        r39644 | jim | 2005-10-26 13:12:32 -0400 (Wed, 26 Oct 2005) | 5 lines
    
    Added protection against the (small) risk that someone could mitate an
        object through an augmented assignment (aka inplace) operator.
    
    Also added handling for generator expressions.
    
    ------------------------------------------------------------------------
        r39643 | jim | 2005-10-26 13:12:30 -0400 (Wed, 26 Oct 2005) | 4 lines
    
    Added notes on how restricted python works.  I hope I
        never need these again, but that's what I said the last time I had to
        rediscover how this worked. :)
    6a3b2b6c
testZopeGuards.py 22.9 KB