merge fix for issue #17953

This commit is contained in:
Brett Cannon 2013-05-24 17:31:37 -04:00
commit 6489d0b380
1 changed files with 2 additions and 0 deletions

View File

@ -757,6 +757,8 @@ always available.
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.
However, replacing the dictionary will not necessarily work as expected and
deleting essential items from the dictionary may cause Python to fail.
.. data:: path