[issue7615] unicode_escape codec does not escape quotes

Richard Hansen report at bugs.python.org
Sun Jan 10 02:50:16 CET 2010


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

Attaching a minimal patch:
  * unicode_escape now backslash-escapes single and double quotes
  * raw_unicode_escape now unicode-escapes single and double quotes
  * raw_unicode_escape now unicode-escapes backslashes
  * removes pickle's escaping workarounds so that it continues to work
  * updates documentation

----------
Added file: http://bugs.python.org/file15810/unicode_escape_1_minimal.patch

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


More information about the Python-bugs-list mailing list