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 zach.ware
Recipients benjamin.peterson, eric.araujo, gregmalcolm, r.david.murray, zach.ware
Date 2013-04-25.15:15:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366902948.61.0.968592742118.issue17830@psf.upfronthosting.co.za>
In-reply-to
Content
Your patch works for me.  And for what it's worth, I agree about not backporting; keywords are frozen and never going to change in 2.7 or 3.3 anyway.

I did find one other small bug in test_keyword; running the test via "-m test.test_keyword", test_real_grammar_and_keyword_file was skipped.  So I've patched your patch to include a fix; GRAMMAR_FILE is now an absolute path with relative elements derived from test_keyword.__file__ rather than a relative path.
History
Date User Action Args
2013-04-25 15:15:48zach.waresetrecipients: + zach.ware, benjamin.peterson, eric.araujo, r.david.murray, gregmalcolm
2013-04-25 15:15:48zach.waresetmessageid: <1366902948.61.0.968592742118.issue17830@psf.upfronthosting.co.za>
2013-04-25 15:15:48zach.warelinkissue17830 messages
2013-04-25 15:15:48zach.warecreate