]> granicus.if.org Git - python/commit
The incremental decoder for utf-7 must preserve its state between calls.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 20 Nov 2007 23:31:27 +0000 (23:31 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 20 Nov 2007 23:31:27 +0000 (23:31 +0000)
commit5087980c1e7e6733983245cd0f209d8770f9686e
tree21cb48e04503c87abd856791ba2a249a40ff1433
parent8c4592a77ae6b71a4bab8d40bbdcea72a6378cb4
The incremental decoder for utf-7 must preserve its state between calls.
Solves issue1460.

Might not be a backport candidate: a new API function was added,
and some code may rely on details in utf-7.py.
Include/unicodeobject.h
Lib/encodings/utf_7.py
Lib/test/test_codecs.py
Modules/_codecsmodule.c
Objects/unicodeobject.c