summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-12-15 09:36:37 (GMT)
committerGeorg Brandl <georg@python.org>2007-12-15 09:36:37 (GMT)
commit4257ca7afbf49317e211e8ff137b564666e3ea5b (patch)
tree3ea8d9626adc2bfd9d19a27e2a4edd2add9f2eb2 /Doc/tutorial
parent07b55eadc2bff36641643528fb5e566a2f0fd1e0 (diff)
downloadcpython-4257ca7afbf49317e211e8ff137b564666e3ea5b.zip
cpython-4257ca7afbf49317e211e8ff137b564666e3ea5b.tar.gz
cpython-4257ca7afbf49317e211e8ff137b564666e3ea5b.tar.bz2
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 34ab7a0..ba0cbb3 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.