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 benjamin.peterson
Recipients benjamin.peterson, kayhayen
Date 2010-08-26.18:20:50
SpamBayes Score 3.4855803e-09
Marked as misclassified No
Message-id <AANLkTinqRoMFNtaiYdTGjmjhNibtYk7FbOqhC1NU7Dit@mail.gmail.com>
In-reply-to <1282846100.54.0.786984229278.issue9690@psf.upfronthosting.co.za>
Content
2010/8/26 Kay Hayen <report@bugs.python.org>:
>
> Kay Hayen <kayhayen@gmx.de> added the comment:
>
> Hello Benjamin,
>
> thank you for the response. What do you mean with there is "nothing we can do about it". Is it not possible to add another field indicating the prefix given to a literal?

We can't do anything about it because 2.7 has been released and a "new
flag" would be a disallowed new feature.

>
> BTW: I believe raw strings are also no longer recognizable. Fortunately I do not need to do that, but look here:

If you need to recognize those (or unicode literals for that matter),
you could look at the parser module's raw trees.
History
Date User Action Args
2010-08-26 18:20:51benjamin.petersonsetrecipients: + benjamin.peterson, kayhayen
2010-08-26 18:20:50benjamin.petersonlinkissue9690 messages
2010-08-26 18:20:50benjamin.petersoncreate