changeset: 83911:b60ae4ebf981 parent: 83909:51c5870144e7 parent: 83910:4f8160e45cb7 user: Brett Cannon date: Fri May 24 17:31:37 2013 -0400 files: Doc/library/sys.rst Misc/NEWS description: merge fix for issue #17953 diff -r 51c5870144e7 -r b60ae4ebf981 Doc/library/sys.rst --- a/Doc/library/sys.rst Fri May 24 09:14:12 2013 -0700 +++ b/Doc/library/sys.rst Fri May 24 17:31:37 2013 -0400 @@ -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

AltStyle によって変換されたページ (->オリジナル) /