[Python-checkins] r59522 - python/trunk/Doc/tutorial/errors.rst

georg.brandl python-checkins at python.org
Sat Dec 15 10:36:37 CET 2007


Author: georg.brandl
Date: Sat Dec 15 10:36:37 2007
New Revision: 59522

Modified:
   python/trunk/Doc/tutorial/errors.rst
Log:
Argh, wrong version.


Modified: python/trunk/Doc/tutorial/errors.rst
==============================================================================
--- python/trunk/Doc/tutorial/errors.rst	(original)
+++ python/trunk/Doc/tutorial/errors.rst	Sat Dec 15 10:36:37 2007
@@ -408,8 +408,4 @@
 problem was encountered while processing the lines. Other objects which provide
 predefined clean-up actions will indicate this in their documentation.
 
-.. note::
 
-   Since :keyword:`with` is a new language keyword, it must be enabled by
-   executing ``from __future__ import with_statement`` in Python 2.5.
-   From 2.6 on, it will always be enabled.


More information about the Python-checkins mailing list