]> granicus.if.org Git - python/commit
Merged revisions 74871 via svnmerge from
authorGeorg Brandl <georg@python.org>
Thu, 17 Sep 2009 11:46:23 +0000 (11:46 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 17 Sep 2009 11:46:23 +0000 (11:46 +0000)
commit7b10c9f3017798e7fff40a463d2984dbfcb381ba
treee8ba994817e5cf202fbbe9d93b7c468e5560fb61
parent0f17b809abaefa6857593cafbf42a8603d8c9fa1
Merged revisions 74871 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

................
  r74871 | georg.brandl | 2009-09-17 13:41:24 +0200 (Do, 17 Sep 2009) | 12 lines

  Merged revisions 74869 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk

  (Only the new tests, the code had already been corrected due to an API change
  in unicode_decode_call_errorhandler.)

  ........
    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