[issue7615] unicode_escape codec does not escape quotes

Richard Hansen report at bugs.python.org
Thu Jan 7 09:42:07 CET 2010


Richard Hansen <rhansen at bbn.com> added the comment:

Attaching updated unicode_escape_reorg.patch.  This addresses two additional issues:
  * removes pickle's workaround of raw-unicode-escape's broken escaping
  * eliminates duplicated code (the raw escape encode function was copied with only a slight modification in cPickle.c)

With this, all regression tests pass.

----------
Added file: http://bugs.python.org/file15771/unicode_escape_reorg.patch

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


More information about the Python-bugs-list mailing list