diff --git a/docs/library/sys.rst b/docs/library/sys.rst index b3e52c40c4..ee2afed625 100644 --- a/docs/library/sys.rst +++ b/docs/library/sys.rst @@ -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