Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8307075 + c3511c1 commit 6489d0bCopy full SHA for 6489d0b
1 file changed
Doc/library/sys.rst
@@ -757,6 +757,8 @@ always available.
757
758
This is a dictionary that maps module names to modules which have already been
759
loaded. This can be manipulated to force reloading of modules and other tricks.
760
+ However, replacing the dictionary will not necessarily work as expected and
761
+ deleting essential items from the dictionary may cause Python to fail.
762
763
764
.. data:: path
0 commit comments