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 meatballhat
Recipients anadelonbrin, dmbaggett, meatballhat, r.david.murray
Date 2010-08-04.03:08:09
SpamBayes Score 2.6360858e-10
Marked as misclassified No
Message-id <1280891292.14.0.390575168239.issue917120@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching a patch which does exactly what dmbaggett recommended w.r.t. the mustquote regex.  All current tests pass, but I'm not sure if the current tests even cover this code (how is coverage measured in the stdlib tests?)

On a related note, the `_checkquote` method which uses the `mustquote` regex is dead code in Python 3.2+, AFAICT.
History
Date User Action Args
2010-08-04 03:08:12meatballhatsetrecipients: + meatballhat, anadelonbrin, dmbaggett, r.david.murray
2010-08-04 03:08:12meatballhatsetmessageid: <1280891292.14.0.390575168239.issue917120@psf.upfronthosting.co.za>
2010-08-04 03:08:10meatballhatlinkissue917120 messages
2010-08-04 03:08:10meatballhatcreate