]> granicus.if.org Git - python/commit
Merged revisions 74869 via svnmerge from
authorGeorg Brandl <georg@python.org>
Thu, 17 Sep 2009 11:33:31 +0000 (11:33 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 17 Sep 2009 11:33:31 +0000 (11:33 +0000)
commitf7a09bec0a57247d32801c94a1a7e7aaf2c9a3ae
tree754eff2aaa101b10f947ca015433b32652992557
parentecc66d848e4700f51ab645fcff870c3c53dcbabd
Merged revisions 74869 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74869 | georg.brandl | 2009-09-17 13:28:09 +0200 (Do, 17 Sep 2009) | 4 lines

  Issue #6922: Fix an infinite loop when trying to decode an invalid
  UTF-32 stream with a non-raising error handler like "replace" or "ignore".
........
Lib/test/test_codecs.py
Misc/NEWS
Objects/unicodeobject.c