From 54848a96dd4a196e81f3d71c61caf84ea8b49f4e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 12 Sep 2015 16:27:30 -0400 Subject: Removed versionadded/changed annotations for 1.8. --- docs/ref/files/file.txt | 9 --------- docs/ref/files/uploads.txt | 4 ---- 2 files changed, 13 deletions(-) (limited to 'docs/ref/files') 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`` diff --git a/docs/ref/files/uploads.txt b/docs/ref/files/uploads.txt index 8bbdb161c3..3304363b90 100644 --- a/docs/ref/files/uploads.txt +++ b/docs/ref/files/uploads.txt @@ -86,10 +86,6 @@ Here are some useful attributes of ``UploadedFile``: .. _universal newlines: https://www.python.org/dev/peps/pep-0278 - .. versionchanged:: 1.8 - - Previously lines were only split on the Unix end-of-line ``'\n'``. - Subclasses of ``UploadedFile`` include: .. class:: TemporaryUploadedFile -- cgit v1.3