summaryrefslogtreecommitdiff
path: root/docs/ref/files/file.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-12 16:27:30 -0400
committerTim Graham <timograham@gmail.com>2015-09-23 19:31:11 -0400
commit54848a96dd4a196e81f3d71c61caf84ea8b49f4e (patch)
tree0fe3e51fc3f783adc69c46bb0313514f207f71ab /docs/ref/files/file.txt
parent48e7787db599b0103daf70f0ff4968d90b8540aa (diff)
Removed versionadded/changed annotations for 1.8.
Diffstat (limited to 'docs/ref/files/file.txt')
-rw-r--r--docs/ref/files/file.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/ref/files/file.txt b/docs/ref/files/file.txt
index 14efb83fe6..d6824af18c 100644
--- a/docs/ref/files/file.txt
+++ b/docs/ref/files/file.txt
@@ -53,15 +53,6 @@ The ``File`` Class
Iterate over the file yielding one line at a time.
- .. versionchanged:: 1.8
-
- ``File`` now uses `universal newlines`_. The following are
- recognized as ending a line: the Unix end-of-line convention
- ``'\n'``, the Windows convention ``'\r\n'``, and the old Macintosh
- convention ``'\r'``.
-
- .. _universal newlines: https://www.python.org/dev/peps/pep-0278
-
.. method:: chunks(chunk_size=None)
Iterate over the file yielding "chunks" of a given size. ``chunk_size``