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 r.david.murray
Recipients Nikolay.Golub, r.david.murray
Date 2012-08-30.14:23:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346336633.08.0.949372950169.issue15823@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is the timeformat.  % codes are used to include data into the strings, so if you want a literal % in the help string, you need to double it.
History
Date User Action Args
2012-08-30 14:23:53r.david.murraysetrecipients: + r.david.murray, Nikolay.Golub
2012-08-30 14:23:53r.david.murraysetmessageid: <1346336633.08.0.949372950169.issue15823@psf.upfronthosting.co.za>
2012-08-30 14:23:52r.david.murraylinkissue15823 messages
2012-08-30 14:23:52r.david.murraycreate