summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-12-15 21:47:57 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-12-15 21:47:57 (GMT)
commit31949b9108088b1ad0efd9d518029b6980b191e9 (patch)
tree7c544636e9bb4d88d8b8214e339f88e78be23257 /Misc
parent68060013eaa13ddd26bf4eb804d3dce7b29813a9 (diff)
downloadcpython-31949b9108088b1ad0efd9d518029b6980b191e9.zip
cpython-31949b9108088b1ad0efd9d518029b6980b191e9.tar.gz
cpython-31949b9108088b1ad0efd9d518029b6980b191e9.tar.bz2
#3954: Fix error handling code in _hotshot.logreader
Will port to 2.6. hotshot was deleted from python 3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 79d4493..67f1bc0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,6 +74,9 @@ Core and Builtins
Library
-------
+- Issue #3954: Fix a potential SystemError in _hotshot.logreader error
+ handling.
+
- Issue #4574: fix a crash in io.IncrementalNewlineDecoder when a carriage
return encodes to more than one byte in the source encoding (e.g. UTF-16)
and gets split on a chunk boundary.