mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Use the :mod: role.
This commit is contained in:
parent
08388ef361
commit
ffd1a759da
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ originally designed for Python 3.0 but that were back-ported to Python
|
||||||
consulted for longer descriptions.
|
consulted for longer descriptions.
|
||||||
|
|
||||||
* :ref:`pep-0343`. The :keyword:`with` statement is now a standard
|
* :ref:`pep-0343`. The :keyword:`with` statement is now a standard
|
||||||
feature and no longer needs to be imported from the ``__future__``.
|
feature and no longer needs to be imported from the :mod:`__future__`.
|
||||||
Also check out :ref:`new-26-context-managers` and
|
Also check out :ref:`new-26-context-managers` and
|
||||||
:ref:`new-module-contextlib`.
|
:ref:`new-module-contextlib`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue