]> granicus.if.org Git - python/commit
Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 May 2009 18:32:32 +0000 (18:32 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 May 2009 18:32:32 +0000 (18:32 +0000)
commit653dece278ca0e836651de290aaf22335dd476b0
tree77457392f6a8b9f1dba2c1fcfdd4e4110a00c91d
parent2827709d6dc594629ffa9904f55c839593891fc7
Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences.
Patch by Nick Barnes and Victor Stinner.
Include/unicodeobject.h
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c