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 HarryH
Recipients HarryH
Date 2011-06-03.09:55:29
SpamBayes Score 0.004134159
Marked as misclassified No
Message-id <1307094930.07.0.437131076278.issue12252@psf.upfronthosting.co.za>
In-reply-to
Content
The follow code:
s = ur"c:\that\is\a\new\unicode\path"

raise the follow error:
SyntaxError: (unicode error) 'rawunicodeescape' codec can't decode bytes in position 10-11: truncated \uXXXX

That is already corrected in Py 3 builds.
History
Date User Action Args
2011-06-03 09:55:30HarryHsetrecipients: + HarryH
2011-06-03 09:55:30HarryHsetmessageid: <1307094930.07.0.437131076278.issue12252@psf.upfronthosting.co.za>
2011-06-03 09:55:29HarryHlinkissue12252 messages
2011-06-03 09:55:29HarryHcreate