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 eric.araujo
Recipients eric.araujo, ezio.melotti, georg.brandl, ishimoto, pitrou, timehorse
Date 2011-06-12.20:30:55
SpamBayes Score 0.067779794
Marked as misclassified No
Message-id <1307910655.64.0.00880753371814.issue3665@psf.upfronthosting.co.za>
In-reply-to
Content
FYI,
+                raise error("bogus escape: %s" % repr(escape))

can be written simply as

+                raise error("bogus escape: %r" % escape)
History
Date User Action Args
2011-06-12 20:30:55eric.araujosetrecipients: + eric.araujo, georg.brandl, ishimoto, pitrou, timehorse, ezio.melotti
2011-06-12 20:30:55eric.araujosetmessageid: <1307910655.64.0.00880753371814.issue3665@psf.upfronthosting.co.za>
2011-06-12 20:30:55eric.araujolinkissue3665 messages
2011-06-12 20:30:55eric.araujocreate