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, rhansen
Date 2010-01-07.08:42:02
SpamBayes Score 0.00089427666
Marked as misclassified No
Message-id <1262853727.3.0.475007409598.issue7615@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-01-07 08:42:07rhansensetrecipients: + rhansen, lemburg, ezio.melotti
2010-01-07 08:42:07rhansensetmessageid: <1262853727.3.0.475007409598.issue7615@psf.upfronthosting.co.za>
2010-01-07 08:42:05rhansenlinkissue7615 messages
2010-01-07 08:42:05rhansencreate