]> granicus.if.org Git - python/commit
Issue #17953: document that sys.modules shouldn't be replaced (thanks
authorBrett Cannon <brett@python.org>
Fri, 24 May 2013 12:05:07 +0000 (08:05 -0400)
committerBrett Cannon <brett@python.org>
Fri, 24 May 2013 12:05:07 +0000 (08:05 -0400)
commitc3511c1dd8737a96d97deb95b799436e8e27a2fa
tree1514bd689d9218e8df03d77892537344ed0c0e31
parent27a4ac535f112b87d91f433eb9edcd0ae9988354
Issue #17953: document that sys.modules shouldn't be replaced (thanks
to interp->modules) and that deleting essential items from the dict
can cause Python to blow up.

Thanks to Terry Reedy for coming up with initial wording and Yogesh
Chaudhari for coming up with a patch using that wording in parallel to
my own patch.
Doc/library/sys.rst
Misc/NEWS