[Python-checkins] cpython (merge 3.3 -> default): merge fix for issue #17953

brett.cannon python-checkins at python.org
Fri May 24 23:31:49 CEST 2013


http://hg.python.org/cpython/rev/b60ae4ebf981
changeset:   83911:b60ae4ebf981
parent:      83909:51c5870144e7
parent:      83910:4f8160e45cb7
user:        Brett Cannon <brett at python.org>
date:        Fri May 24 17:31:37 2013 -0400
summary:
  merge fix for issue #17953

files:
  Doc/library/sys.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -757,6 +757,8 @@
 
    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list