]> granicus.if.org Git - python/commit
Bug #1511381: codec_getstreamcodec() in codec.c is corrected to
authorHye-Shik Chang <hyeshik@gmail.com>
Fri, 23 Jun 2006 21:16:18 +0000 (21:16 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Fri, 23 Jun 2006 21:16:18 +0000 (21:16 +0000)
commite6a1cb97000a566338fd484cbb0e7aa2e95185d8
tree2da2f4daca488cb1ac5f3b605ec267609601bfd6
parent48a49f0c3bd61e926129be85369529f50c10afca
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)
Misc/NEWS
Python/codecs.c