]> granicus.if.org Git - python/commit
Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boundary.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 14 Dec 2008 16:36:46 +0000 (16:36 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 14 Dec 2008 16:36:46 +0000 (16:36 +0000)
commit180a336f1afdcef332189e6bcee314576cadc2bf
tree645f10b148e39a1a9a602d426dbe9846a48c62f7
parentff94552763d5ceb33dd646a534b4d1b56e6162cb
Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boundary.
Lib/io.py
Lib/test/test_io.py
Misc/NEWS