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 amaury.forgeotdarc, gvanrossum
Date 2007-10-29.21:45:49
SpamBayes Score 0.006496423
Marked as misclassified No
Message-id <1193694350.1.0.183283539701.issue1359@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks!!

The patch as given doesn't quite work -- it gives an error message on
string literals like '\s'.  By reverting some of your code and only
keeping the bounds checks for the octal escape code I got it to work
though.  See my checkin.

Committed revision 58707.

This needs to be backported too; it seems a pure coincidence it didn't
trigger before!
History
Date User Action Args
2007-10-29 21:45:50gvanrossumsetspambayes_score: 0.00649642 -> 0.006496423
recipients: + gvanrossum, amaury.forgeotdarc
2007-10-29 21:45:50gvanrossumsetspambayes_score: 0.00649642 -> 0.00649642
messageid: <1193694350.1.0.183283539701.issue1359@psf.upfronthosting.co.za>
2007-10-29 21:45:50gvanrossumlinkissue1359 messages
2007-10-29 21:45:49gvanrossumcreate