Message6544

Author Trundle
Recipients Trundle, jsamsa
Date 2011-06-09.00:42:27
SpamBayes Score 7.146659e-06
Marked as misclassified No
Message-id <1307580148.72.0.189219555691.issue1481@psf.upfronthosting.co.za>
In-reply-to
Content
An `IllegalArgumentException` is thrown when a single quote is used in the format string because Jython doesn't escape them.

The attached patch fixes that. An `IllegalArgumentException` can still be thrown if you use a single quote as a directive, but that should be fixed in a separate issue as invalid directives should raise a `ValueError`.
History
Date User Action Args
2011-06-09 00:42:28Trundlesetmessageid: <1307580148.72.0.189219555691.issue1481@psf.upfronthosting.co.za>
2011-06-09 00:42:28Trundlesetrecipients: + Trundle, jsamsa
2011-06-09 00:42:28Trundlelinkissue1481 messages
2011-06-09 00:42:28Trundlecreate