diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-05-03 14:39:43 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2024-05-22 15:44:07 -0300 |
| commit | 05cce083ad662913008e107bc6332e7ffe1502e6 (patch) | |
| tree | b3362d27330f0f78c33a713871e1ec7d6eac2ef2 /docs/ref/files | |
| parent | ec44247f597d09b7ca7a54d33249ec02c5fbeb07 (diff) | |
Removed versionadded/changed annotations for 5.0.
This also removes remaining versionadded/changed annotations for older
versions.
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 ea9bf0968e..d0b0cdd786 100644 --- a/docs/ref/files/file.txt +++ b/docs/ref/files/file.txt @@ -59,10 +59,6 @@ The ``File`` class It can be used as a context manager, e.g. ``with file.open() as f:``. - .. versionchanged:: 5.0 - - Support for passing ``*args`` and ``**kwargs`` was added. - .. method:: __iter__() Iterate over the file yielding one line at a time. |
