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 QuantumTim
Recipients QuantumTim, andybuckley
Date 2009-02-26.14:14:59
SpamBayes Score 0.0026220297
Marked as misclassified No
Message-id <1235657700.52.0.66128430458.issue5374@psf.upfronthosting.co.za>
In-reply-to
Content
Try escaping the '%prog' in your usage string (i.e. use '%%prog' 
instead) so you don't get the error when you substitute values in.
History
Date User Action Args
2009-02-26 14:15:00QuantumTimsetrecipients: + QuantumTim, andybuckley
2009-02-26 14:15:00QuantumTimsetmessageid: <1235657700.52.0.66128430458.issue5374@psf.upfronthosting.co.za>
2009-02-26 14:14:59QuantumTimlinkissue5374 messages
2009-02-26 14:14:59QuantumTimcreate