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 georg.brandl
Recipients georg.brandl, msyang
Date 2008-12-07.22:01:05
SpamBayes Score 0.0069002863
Marked as misclassified No
Message-id <1228687266.9.0.669949955204.issue4584@psf.upfronthosting.co.za>
In-reply-to
Content
You've included a chr(255) character in your docstring.  You need to
escape the backslash in order to include the bytes representation like
it will be generated.
History
Date User Action Args
2008-12-07 22:01:07georg.brandlsetrecipients: + georg.brandl, msyang
2008-12-07 22:01:06georg.brandlsetmessageid: <1228687266.9.0.669949955204.issue4584@psf.upfronthosting.co.za>
2008-12-07 22:01:06georg.brandllinkissue4584 messages
2008-12-07 22:01:05georg.brandlcreate