django1/docs/ref/files
Jon Dufresne eb4f6de980 Fixed #8149 -- Made File.__iter__() support 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'.

http://www.python.org/dev/peps/pep-0278

Thanks tchaumeny for review.
2014-10-30 11:52:59 -04:00
..
file.txt Fixed #8149 -- Made File.__iter__() support universal newlines. 2014-10-30 11:52:59 -04:00
index.txt Fixed #9535 -- Added a reference guide for file upload classes. 2014-04-08 09:52:07 -04:00
storage.txt Fixed spelling mistake in file docs. 2014-08-26 09:44:24 -04:00
uploads.txt Fixed #8149 -- Made File.__iter__() support universal newlines. 2014-10-30 11:52:59 -04:00