This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients arupchakrav, benjamin.peterson
Date 2014-02-04.01:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391477600.91.0.693250431752.issue20506@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import sys
>>> sys.modules.keys()
['google', 'copy_reg', 'sre_compile', '_sre', 'encodings', 'site', '__builtin__', 'sysconfig', '__main__', 'encodings.encodings', 'abc', 'posixpath', '_weakrefset', 'errno', 'encodings.codecs', 'sre_constants', 're', '_abcoll', 'types', '_codecs', 'encodings.__builtin__', '_warnings', 'genericpath', 'stat', 'zipimport', '_sysconfigdata', 'warnings', 'UserDict', 'encodings.utf_8', 'sys', 'codecs', 'readline', 'os.path', 'signal', 'traceback', 'linecache', 'posix', 'encodings.aliases', 'exceptions', 'sre_parse', 'os', '_weakref']
History
Date User Action Args
2014-02-04 01:33:20benjamin.petersonsetrecipients: + benjamin.peterson, arupchakrav
2014-02-04 01:33:20benjamin.petersonsetmessageid: <1391477600.91.0.693250431752.issue20506@psf.upfronthosting.co.za>
2014-02-04 01:33:20benjamin.petersonlinkissue20506 messages
2014-02-04 01:33:20benjamin.petersoncreate