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 lemburg
Recipients amaury.forgeotdarc, benjamin.peterson, georg.brandl, gvanrossum, jmillikin, lemburg
Date 2008-04-08.23:16:43
SpamBayes Score 0.09392153
Marked as misclassified No
Message-id <1207696605.57.0.885567309577.issue2541@psf.upfronthosting.co.za>
In-reply-to
Content
What do you mean with "enough" ?

The "raw-unicode-escape" codec is used in Python 2.x to convert literal
strings of the form ur"" to Unicode objects. It's a variant of the
"unicode-escape" codec.

The codec is also being used in cPickle, pickle, variants of pickle, 
Python code generators, etc.

It serves its purpose, just like "unicode-escape" and all the other
codecs in Python.
History
Date User Action Args
2008-04-08 23:16:46lemburgsetspambayes_score: 0.0939215 -> 0.09392153
recipients: + lemburg, gvanrossum, georg.brandl, amaury.forgeotdarc, benjamin.peterson, jmillikin
2008-04-08 23:16:45lemburgsetspambayes_score: 0.0939215 -> 0.0939215
messageid: <1207696605.57.0.885567309577.issue2541@psf.upfronthosting.co.za>
2008-04-08 23:16:44lemburglinkissue2541 messages
2008-04-08 23:16:43lemburgcreate