commit | 180a336f1afdcef332189e6bcee314576cadc2bf | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 14 16:36:46 2008 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 14 16:36:46 2008 +0000 |
tree | 645f10b148e39a1a9a602d426dbe9846a48c62f7 | |
parent | ff94552763d5ceb33dd646a534b4d1b56e6162cb [diff] [blame] |
Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boundary.
diff --git a/Misc/NEWS b/Misc/NEWS index 54ae471..15790a4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -45,6 +45,9 @@ Library ------- +- Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char + boundary. + - Issue #4223: inspect.getsource() will now correctly display source code for packages loaded via zipimport (or any other conformant PEP 302 loader). Original patch by Alexander Belopolsky.