summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2005-09-22 09:19:01 (GMT)
committerMichael W. Hudson <mwh@python.net>2005-09-22 09:19:01 (GMT)
commit10402a306f613b37c96b51771e7ad0e1cf60a3a4 (patch)
tree6c85e5c1a3d9cffc956aad4b7730ca86c88e008a /Misc/NEWS
parent19e11c86a72f6da18bd07b822eabe2f38dd6d6c4 (diff)
downloadcpython-10402a306f613b37c96b51771e7ad0e1cf60a3a4.zip
cpython-10402a306f613b37c96b51771e7ad0e1cf60a3a4.tar.gz
cpython-10402a306f613b37c96b51771e7ad0e1cf60a3a4.tar.bz2
Patches #1298449 and #1298499: Add some missing checks for error
returns in cStringIO.c. Thanks to Andrew Bennetts. This must be a backport candidate.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9144f5d..93c2ba0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -149,6 +149,9 @@ present).
Extension Modules
-----------------
+- Patches #1298449 and #1298499: Add some missing checks for error
+ returns in cStringIO.c.
+
- Patch #1297028: fix segfault if call type on MultibyteCodec,
MultibyteStreamReader, or MultibyteStreamWriter