commit | c3511c1dd8737a96d97deb95b799436e8e27a2fa | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri May 24 08:05:07 2013 -0400 |
committer | Brett Cannon <brett@python.org> | Fri May 24 08:05:07 2013 -0400 |
tree | 1514bd689d9218e8df03d77892537344ed0c0e31 | |
parent | 27a4ac535f112b87d91f433eb9edcd0ae9988354 [diff] |
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.