[issue4426] UTF7 decoding is far too strict

Antoine Pitrou report at bugs.python.org
Mon May 4 20:25:19 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Thanks for the update. Functions like PyUnicode_EncodeUTF7() are part of
the public C API, therefore their semantics can't be changed lightly.
The patch looks ok to me, apart from minor style issues.

----------
assignee:  -> pitrou
resolution:  -> accepted
versions: +Python 2.7, Python 3.1 -Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4426>
_______________________________________


More information about the Python-bugs-list mailing list