On 26 March 2010 10:57, William Leslie <[email protected]> wrote: > > I didn't dive too deeply into the source, but what is to stop one from asking: > > [o for o in (1).__class__.__bases__[0].__subclasses__() if o.__name__ > == 'file'][0]('/etc/passwd').read() > > ?
Ah right, attributes.py. > > -- > William Leslie > -- William Leslie _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
