From 4257ca7afbf49317e211e8ff137b564666e3ea5b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 15 Dec 2007 09:36:37 +0000 Subject: Argh, wrong version. --- Doc/tutorial/errors.rst | 4 ---- 1 file changed, 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. -- cgit v0.12