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 benjamin.peterson
Recipients benjamin.peterson, jmillikin
Date 2008-04-03.12:54:46
SpamBayes Score 0.04963472
Marked as misclassified No
Message-id <1207227290.21.0.731324242142.issue2541@psf.upfronthosting.co.za>
In-reply-to
Content
You use the "ur" string mode.

>>> print ur"\u0020"
" "
History
Date User Action Args
2008-04-03 12:54:50benjamin.petersonsetspambayes_score: 0.0496347 -> 0.04963472
recipients: + benjamin.peterson, jmillikin
2008-04-03 12:54:50benjamin.petersonsetspambayes_score: 0.0496347 -> 0.0496347
messageid: <1207227290.21.0.731324242142.issue2541@psf.upfronthosting.co.za>
2008-04-03 12:54:47benjamin.petersonlinkissue2541 messages
2008-04-03 12:54:46benjamin.petersoncreate