Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6489d0b

Browse files
committed
merge fix for issue #17953
2 parents 8307075 + c3511c1 commit 6489d0b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/library/sys.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,8 @@ always available.
757757

758758
This is a dictionary that maps module names to modules which have already been
759759
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.
760762

761763

762764
.. data:: path

0 commit comments

Comments
 (0)