diff options
Diffstat (limited to 'docs/ref/files/file.txt')
| -rw-r--r-- | docs/ref/files/file.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/files/file.txt b/docs/ref/files/file.txt index 5039102fae..a441fd9d90 100644 --- a/docs/ref/files/file.txt +++ b/docs/ref/files/file.txt @@ -58,10 +58,6 @@ The ``File`` class It can be used as a context manager, e.g. ``with file.open() as f:``. - .. versionchanged:: 2.0 - - Context manager support was added. - .. method:: __iter__() Iterate over the file yielding one line at a time. |
