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 gvanrossum
Recipients christian.heimes, gvanrossum, ron_adam
Date 2007-11-16.00:52:49
SpamBayes Score 0.028007634
Marked as misclassified No
Message-id <1195174369.54.0.726501118948.issue1720390@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think tokenizer.py needs to be changed -- it never interpreted
backslashes in string literals anyway (not even in regular, non-raw
literals).

The tokenizer.c cleanup is submitted as revision 59007.

I still am not warming up towards the no-raw-escapes feature, so I'm
closing this as rejected.  Nevertheless, thanks for your efforts!
History
Date User Action Args
2007-11-16 00:52:49gvanrossumsetspambayes_score: 0.0280076 -> 0.028007634
recipients: + gvanrossum, christian.heimes, ron_adam
2007-11-16 00:52:49gvanrossumsetspambayes_score: 0.0280076 -> 0.0280076
messageid: <1195174369.54.0.726501118948.issue1720390@psf.upfronthosting.co.za>
2007-11-16 00:52:49gvanrossumlinkissue1720390 messages
2007-11-16 00:52:49gvanrossumcreate