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 rhansen
Recipients ezio.melotti, lemburg, r.david.murray, rhansen
Date 2010-01-10.01:50:13
SpamBayes Score 0.0030046024
Marked as misclassified No
Message-id <1263088216.59.0.818125204188.issue7615@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-01-10 01:50:16rhansensetrecipients: + rhansen, lemburg, ezio.melotti, r.david.murray
2010-01-10 01:50:16rhansensetmessageid: <1263088216.59.0.818125204188.issue7615@psf.upfronthosting.co.za>
2010-01-10 01:50:15rhansenlinkissue7615 messages
2010-01-10 01:50:15rhansencreate