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.02:00:04
SpamBayes Score 0.00014048713
Marked as misclassified No
Message-id <1263088807.46.0.622871400647.issue7615@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a patch that eliminates duplicate code:
  * Merge unicodeescape_string(), PyUnicode_EncodeRawUnicodeEscape(), and modified_EncodeRawUnicodeEscape() into one function called _PyUnicode_EncodeCustomUnicodeEscape().

This patch is meant to be applied after unicode_escape_3_check_size_nonnegative.patch.
History
Date User Action Args
2010-01-10 02:00:07rhansensetrecipients: + rhansen, lemburg, ezio.melotti, r.david.murray
2010-01-10 02:00:07rhansensetmessageid: <1263088807.46.0.622871400647.issue7615@psf.upfronthosting.co.za>
2010-01-10 02:00:06rhansenlinkissue7615 messages
2010-01-10 02:00:06rhansencreate