]> granicus.if.org Git - python/commit
New I/O code from Tony Lownds implement newline feature correctly,
authorGuido van Rossum <guido@python.org>
Sat, 18 Aug 2007 21:39:55 +0000 (21:39 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 18 Aug 2007 21:39:55 +0000 (21:39 +0000)
commit8358db22faa3d8fa9ac0ef2f2c1ff1770a843996
treed3be700f72499f59816b5472ff3a03ae0150ac46
parentb99f762f10edb2646a634c2290ecb064bd52e5c7
New I/O code from Tony Lownds implement newline feature correctly,
and implements .newlines attribute in a 2.x-compatible fashion.
Lib/io.py
Lib/test/test_io.py
Lib/test/test_univnewlines.py