commit | eb4b738963dc915f0281107b05c04bcf6b1c90d7 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Aug 08 13:03:45 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Aug 08 13:03:45 2007 +0000 |
tree | 1a408891c9c9fb61f7535656e73c9291493c58cf | |
parent | e51d1d11f0fb949c6a8d8ba8fea6330fc3a1ac58 [diff] [blame] |
Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. Fixes #1730114. (backport from rev. 56830)
diff --git a/Misc/NEWS b/Misc/NEWS index 3d5221c..0e2985c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Library ------- +- Reverted the fix for bug #1548891 because it broke compatibility with + arbitrary read buffers. Added a note in the documentation. + - GB18030 codec now can encode additional two-byte characters that are missing in GBK.