Replacing globals in exec by custom class

DevPlayer devplayer at gmail.com
Wed Dec 8 12:36:39 EST 2010


Shouldn't
    return 'xx'
be
    return self['xx']



More information about the Python-list mailing list