docs/sys: Document sys.modules.

pull/2038/head
Paul Sokolovsky 2016-05-01 13:32:15 +03:00
rodzic 6b6acc5b5d
commit a9ed42b3b4
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -33,6 +33,11 @@ Constants
the byte order of the system ("little" or "big")
.. data:: modules
Dictionary of loaded modules. On some ports, it may not include builtin
modules.
.. data:: path
a mutable list of directories to search for imported modules