diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-12-15 21:47:57 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-12-15 21:47:57 (GMT) |
commit | 31949b9108088b1ad0efd9d518029b6980b191e9 (patch) | |
tree | 7c544636e9bb4d88d8b8214e339f88e78be23257 /Misc | |
parent | 68060013eaa13ddd26bf4eb804d3dce7b29813a9 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |