]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Backport from r55770)
authorHye-Shik Chang <hyeshik@gmail.com>
Tue, 5 Jun 2007 19:02:59 +0000 (19:02 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 5 Jun 2007 19:02:59 +0000 (19:02 +0000)
commitbc7902fb89027a17d6baae5aa13a0327fd6b0941
tree9f45f925ef4892e35896b2bb169ac7a258c3f798
parent1eb58d8455f7c7ec174cef23fc9def49cbc65995
(Backport from r55770)

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