]> granicus.if.org Git - python/commit
Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it
authorHye-Shik Chang <hyeshik@gmail.com>
Tue, 5 Jun 2007 18:58:51 +0000 (18:58 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 5 Jun 2007 18:58:51 +0000 (18:58 +0000)
commit9b5414090b8cdd7fb086578003398066585a42c7
treeb0d831e90bd53dfed625b02efa3df27380f9b716
parent82958f0d3b503d7fc448377993e6884f7c51157e
Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it
reads a file that ends with incomplete sequence and sizehint argument
for .read() is specified.
Lib/test/test_multibytecodec.py
Misc/NEWS
Modules/cjkcodecs/multibytecodec.c