diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-17 10:16:32 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-17 11:00:10 -0400 |
| commit | 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 (patch) | |
| tree | 98e0f0cbec43f45ea36c09cafb97385bca028a9f /docs/ref/files | |
| parent | 1cbd3d7874a4887fa2a6d7ef582defc388429b97 (diff) | |
Removed versionadded/changed annotations for 2.0.
Diffstat (limited to 'docs/ref/files')
| -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. |
