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 jftuga
Recipients jftuga
Date 2017-01-16.17:06:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484586400.61.0.654989234385.issue29285@psf.upfronthosting.co.za>
In-reply-to
Content
I am using Python 3.5.2 on OS X 10.11.6.  The same error occurs with 3.5.2 on Windows 10.

When I run the attached code, I get this error:

SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 23-24: truncated \uXXXX escape

I think unicode processing should be ignored inside of multiline comments.
Inside of my comments, I really want to use this text verbatim.
History
Date User Action Args
2017-01-16 17:06:40jftugasetrecipients: + jftuga
2017-01-16 17:06:40jftugasetmessageid: <1484586400.61.0.654989234385.issue29285@psf.upfronthosting.co.za>
2017-01-16 17:06:40jftugalinkissue29285 messages
2017-01-16 17:06:40jftugacreate