Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences.
commit55e4fa1c064f36ede968d9272e0e1899eec35833
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 May 2009 18:32:32 +0000 (4 18:32 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 May 2009 18:32:32 +0000 (4 18:32 +0000)
tree361b37b35abd2f3f71fb666b7e329d737953398d
parente05b248042a3d96b74f83769af6999347711d22a
Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences.
Patch by Nick Barnes and Victor Stinner.

git-svn-id: http://svn.python.org/projects/python/trunk@72283 6015fed2-1504-0410-9fe1-9d1591cc4771
Include/unicodeobject.h
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c