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 christian.heimes
Recipients christian.heimes, georg.brandl, ron_adam
Date 2007-11-11.16:19:17
SpamBayes Score 0.23640557
Marked as misclassified No
Message-id <1194797957.9.0.631876193022.issue1420@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, raw byte strings are possible:

>>> br"\x"
b'\\x'
History
Date User Action Args
2007-11-11 16:19:18christian.heimessetspambayes_score: 0.236406 -> 0.23640557
recipients: + christian.heimes, georg.brandl, ron_adam
2007-11-11 16:19:17christian.heimessetspambayes_score: 0.236406 -> 0.236406
messageid: <1194797957.9.0.631876193022.issue1420@psf.upfronthosting.co.za>
2007-11-11 16:19:17christian.heimeslinkissue1420 messages
2007-11-11 16:19:17christian.heimescreate