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 eric.snow
Recipients docs@python, eric.araujo, eric.snow, ncoghlan
Date 2013-02-17.04:09:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361074190.1.0.135459665141.issue12633@psf.upfronthosting.co.za>
In-reply-to
Content
One proposal would lead to the sys module growing descriptors:

http://mail.python.org/pipermail/python-ideas/2013-January/019075.html

In that case, sys.modules could update the underlying interp->modules.
History
Date User Action Args
2013-02-17 04:09:50eric.snowsetrecipients: + eric.snow, ncoghlan, eric.araujo, docs@python
2013-02-17 04:09:50eric.snowsetmessageid: <1361074190.1.0.135459665141.issue12633@psf.upfronthosting.co.za>
2013-02-17 04:09:50eric.snowlinkissue12633 messages
2013-02-17 04:09:49eric.snowcreate