[docs] [issue19539] The 'raw_unicode_escape' codec buggy + not apropriate for Python 3.x
Jan Kaliszewski
report at bugs.python.org
Mon Nov 11 01:22:07 CET 2013
Jan Kaliszewski added the comment:
Which means that the description "Produce a string that is suitable as raw Unicode literal in Python source code" is (in Python 3.x) no longer true.
So, if change/removal is not possible because of internal significance of the codec, I believe that the description should be changed to something like: "For internal use. This codec *does not* produce anything suitable as a raw string literal in Python 3.x source code."
----------
assignee: -> docs at python
components: +Documentation
nosy: +docs at python
versions: +Python 3.2, Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19539>
_______________________________________
More information about the docs
mailing list