django/tests/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
..
__init__.py Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
magic.png Rearranged some file-related tests 2013-10-27 21:28:08 +01:00
test.png Rearranged some file-related tests 2013-10-27 21:28:08 +01:00
test1.png Rearranged some file-related tests 2013-10-27 21:28:08 +01:00
tests.py Fixed #8149 -- Made File.__iter__() support universal newlines. 2014-10-30 11:52:59 -04:00