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 vstinner
Recipients pitrou, vstinner
Date 2010-09-09.00:12:50
SpamBayes Score 0.00037372776
Marked as misclassified No
Message-id <201009090212.41356.victor.stinner@haypocalc.com>
In-reply-to <1283987093.93.0.563531611442.issue9804@psf.upfronthosting.co.za>
Content
> >>> s = "'\0\"\n\r\t abcd\x85é\U00012fff\U0001D121xxx\uD800."
> (...)
> (I think I've included everything:
> - normal chars
> - control chars
> - one-byte non-ASCII
> - two-byte non-ASCII (and lone surrogate)
> - printable and non-printable surrogate pairs)
> - single and double quotes)

Add maybe a lone suroggate followed directly by a surrogate pair, eg. 
'\uD800\U0001D121'.
History
Date User Action Args
2010-09-09 00:12:53vstinnersetrecipients: + vstinner, pitrou
2010-09-09 00:12:51vstinnerlinkissue9804 messages
2010-09-09 00:12:51vstinnercreate