Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4257ca7

Browse files
committed
Argh, wrong version.
1 parent 07b55ea commit 4257ca7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Doc/tutorial/errors.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,4 @@ After the statement is executed, the file *f* is always closed, even if a
408408
problem was encountered while processing the lines. Other objects which provide
409409
predefined clean-up actions will indicate this in their documentation.
410410

411-
.. note::
412411

413-
Since :keyword:`with` is a new language keyword, it must be enabled by
414-
executing ``from __future__ import with_statement`` in Python 2.5.
415-
From 2.6 on, it will always be enabled.

0 commit comments

Comments
 (0)