diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2006-06-23 21:16:18 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2006-06-23 21:16:18 (GMT) |
commit | e6a1cb97000a566338fd484cbb0e7aa2e95185d8 (patch) | |
tree | 2da2f4daca488cb1ac5f3b605ec267609601bfd6 /Misc | |
parent | 48a49f0c3bd61e926129be85369529f50c10afca (diff) | |
download | cpython-e6a1cb97000a566338fd484cbb0e7aa2e95185d8.zip cpython-e6a1cb97000a566338fd484cbb0e7aa2e95185d8.tar.gz cpython-e6a1cb97000a566338fd484cbb0e7aa2e95185d8.tar.bz2 |
Bug #1511381: codec_getstreamcodec() in codec.c is corrected to
omit a default "error" argument for NULL pointer. This allows
the parser to take a codec from cjkcodecs again.
(Reported by Taewook Kang and reviewed by Walter Doerwald)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.5 beta 2? Core and builtins ----------------- +- Bug #1511381: codec_getstreamcodec() in codec.c is corrected to + omit a default "error" argument for NULL pointer. This allows + the parser to take a codec from cjkcodecs again. Library ------- |