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 terry.reedy
Recipients Valentin.Lorentz, brett.cannon, pitrou, terry.reedy
Date 2013-05-15.21:51:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368654719.69.0.323445276702.issue17953@psf.upfronthosting.co.za>
In-reply-to
Content
"sys.modules
    This is a dictionary that maps module names to modules which have already been loaded. This can be manipulated to force reloading of modules and other tricks."

How about adding at the end
"However, replacing or clearing it may cause Python to fail."

or to be slightly more explicit "However, replacing it or deleting critical entries may cause Python to fail."
History
Date User Action Args
2013-05-15 21:51:59terry.reedysetrecipients: + terry.reedy, brett.cannon, pitrou, Valentin.Lorentz
2013-05-15 21:51:59terry.reedysetmessageid: <1368654719.69.0.323445276702.issue17953@psf.upfronthosting.co.za>
2013-05-15 21:51:59terry.reedylinkissue17953 messages
2013-05-15 21:51:59terry.reedycreate