[Python-3000-checkins] r67493 - python/branches/py3k/Doc/whatsnew/3.0.rst

georg.brandl python-3000-checkins at python.org
Wed Dec 3 07:45:00 CET 2008


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`.
 


More information about the Python-3000-checkins mailing list