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 jonathaneunice
Recipients jonathaneunice
Date 2017-06-17.07:38:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497685136.94.0.225619820407.issue30688@psf.upfronthosting.co.za>
In-reply-to
Content
The re module specially handles Unicode escapes (\uXXXX and \UXXXXXXXX) so that even raw strings (r'...') have symbolic Unicode characters. But it has not supported named Unicode escapes such as r'\N{EM DASH}', making the escapes for string literals and the escapes for regular expressions asymmetric
History
Date User Action Args
2017-06-17 07:38:56jonathaneunicesetrecipients: + jonathaneunice
2017-06-17 07:38:56jonathaneunicesetmessageid: <1497685136.94.0.225619820407.issue30688@psf.upfronthosting.co.za>
2017-06-17 07:38:56jonathaneunicelinkissue30688 messages
2017-06-17 07:38:56jonathaneunicecreate