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 François-René.Rideau
Recipients François-René.Rideau, docs@python
Date 2014-07-13.03:49:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405223376.11.0.196375962969.issue21972@psf.upfronthosting.co.za>
In-reply-to
Content
The lexer documentation says that the u prefix works on strings since 3.3, but doesn't explain what or how, which is all the more problematic since it explicitly mentions difference from the behavior documented in Python 2.

It also doesn't specify the ELLIPSIS token or the <> future token mentioned in the grammar (that should probably be removed, for PEP 401 is a joke — unless that's intentional, in which case a smiley might be useful).

https://docs.python.org/3.5/reference/lexical_analysis.html
History
Date User Action Args
2014-07-13 03:49:36François-René.Rideausetrecipients: + François-René.Rideau, docs@python
2014-07-13 03:49:36François-René.Rideausetmessageid: <1405223376.11.0.196375962969.issue21972@psf.upfronthosting.co.za>
2014-07-13 03:49:36François-René.Rideaulinkissue21972 messages
2014-07-13 03:49:35François-René.Rideaucreate