summaryrefslogtreecommitdiff
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-12-15 09:36:37 +0000
committerGeorg Brandl <georg@python.org>2007-12-15 09:36:37 +0000
commita8339e44fad2b49482e3b2251535fb2d413f47a7 (patch)
treeda95fa61ba272cc51c10529447e7e4e0708279d0 /Doc/tutorial
parentf468afcc30ab8aacebc89347bc5d031f4854d6b6 (diff)
downloadcpython-a8339e44fad2b49482e3b2251535fb2d413f47a7.tar.gz
Argh, wrong version.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/errors.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/tutorial/errors.rst b/Doc/tutorial/errors.rst
index 34ab7a0399..ba0cbb36a2 100644
--- a/Doc/tutorial/errors.rst
+++ b/Doc/tutorial/errors.rst
@@ -408,8 +408,4 @@ After the statement is executed, the file *f* is always closed, even if a
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.