Discussion:
[Python-3000-checkins] r67493 - python/branches/py3k/Doc/whatsnew/3.0.rst
georg.brandl
2008-12-03 06:45:00 UTC
Permalink
Author: georg.brandl
Date: Wed Dec 3 07:44:59 2008
New Revision: 67493

Log:
Use the :mod: role.


Modified:
python/branches/py3k/Doc/whatsnew/3.0.rst

Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.0.rst (original)
+++ python/branches/py3k/Doc/whatsnew/3.0.rst Wed Dec 3 07:44:59 2008
@@ -474,7 +474,7 @@
consulted for longer descriptions.

* :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
:ref:`new-module-contextlib`.

Loading...