PEP 726: fix type of sys.modules (#3642)
This commit is contained in:
parent
dccf12ae3b
commit
a75631e0d4
|
@ -247,7 +247,7 @@ Discussion
|
||||||
|
|
||||||
As pointed out by Victor Stinner, the proposed API could be useful already in
|
As pointed out by Victor Stinner, the proposed API could be useful already in
|
||||||
the stdlib, for example to ensure that :py:obj:`sys.modules` type is always a
|
the stdlib, for example to ensure that :py:obj:`sys.modules` type is always a
|
||||||
list:
|
:py:class:`dict`:
|
||||||
|
|
||||||
.. code:: pycon
|
.. code:: pycon
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue