diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-14 16:36:46 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-14 16:36:46 (GMT) |
commit | 180a336f1afdcef332189e6bcee314576cadc2bf (patch) | |
tree | 645f10b148e39a1a9a602d426dbe9846a48c62f7 /Misc | |
parent | ff94552763d5ceb33dd646a534b4d1b56e6162cb (diff) | |
download | cpython-180a336f1afdcef332189e6bcee314576cadc2bf.zip cpython-180a336f1afdcef332189e6bcee314576cadc2bf.tar.gz cpython-180a336f1afdcef332189e6bcee314576cadc2bf.tar.bz2 |
Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boundary.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ Core and Builtins 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. |