Skip to content

Commit ad63c59

Browse files
committed
docs/library/sys.rst: Add note about .frozen.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent 692a0fa commit ad63c59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/library/sys.rst

+5
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ Constants
115115

116116
A mutable list of directories to search for imported modules.
117117

118+
.. admonition:: Difference to CPython
119+
:class: attention
120+
121+
On MicroPython, an entry with the value ``".frozen"`` will indicate that it should search :term:`frozen modules`.
122+
118123
.. data:: platform
119124

120125
The platform that MicroPython is running on. For OS/RTOS ports, this is

0 commit comments

Comments
 (0)