mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Argh, wrong version.
This commit is contained in:
parent
07b55eadc2
commit
4257ca7afb
1 changed files with 0 additions and 4 deletions
|
@ -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
|
problem was encountered while processing the lines. Other objects which provide
|
||||||
predefined clean-up actions will indicate this in their documentation.
|
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.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue