This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients barry, benjamin.peterson, ezio.melotti, georg.brandl, glebourgeois, larry, mrabarnett, ncoghlan, piotr.dobrogost, python-dev, serhiy.storchaka, vstinner
Date 2013-10-19.17:39:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3d2BFl07jJzQmw@mail.python.org>
In-reply-to
Content
New changeset 214c0aac7540 by Serhiy Storchaka in branch '2.7':
Issue #19279: UTF-7 decoder no more produces illegal unicode strings.
http://hg.python.org/cpython/rev/214c0aac7540

New changeset f471f2f05621 by Serhiy Storchaka in branch '3.3':
Issue #19279: UTF-7 decoder no more produces illegal strings.
http://hg.python.org/cpython/rev/f471f2f05621

New changeset 7dde9c553f16 by Serhiy Storchaka in branch 'default':
Issue #19279: UTF-7 decoder no more produces illegal strings.
http://hg.python.org/cpython/rev/7dde9c553f16
History
Date User Action Args
2013-10-19 17:39:55python-devsetrecipients: + python-dev, barry, georg.brandl, ncoghlan, vstinner, larry, benjamin.peterson, ezio.melotti, mrabarnett, piotr.dobrogost, serhiy.storchaka, glebourgeois
2013-10-19 17:39:55python-devlinkissue19279 messages
2013-10-19 17:39:55python-devcreate