summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-08-08 13:03:41 (GMT)
committerGeorg Brandl <georg@python.org>2007-08-08 13:03:41 (GMT)
commit9616444427cbbc5283f21a09ffa852ad21805588 (patch)
tree4e317891a8fc12947cad39710b84961ebc775221 /Misc
parent52c0c368b9d279f4972e15f596616a436e5e2a6e (diff)
downloadcpython-9616444427cbbc5283f21a09ffa852ad21805588.zip
cpython-9616444427cbbc5283f21a09ffa852ad21805588.tar.gz
cpython-9616444427cbbc5283f21a09ffa852ad21805588.tar.bz2
Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers.
Fixes #1730114.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 30bb985..375fb34 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -782,10 +782,6 @@ Extension Modules
- Patch #1576166: Support os.utime for directories on Windows NT+.
-- Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode
- arguments with the system default encoding just like the write()
- method does, instead of converting it to a raw buffer.
-
- Patch #1572724: fix typo ('=' instead of '==') in _msi.c.
- Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault