Message 108638 - Python tracker

Message108638

Author eric.araujo
Recipients LambertDW, eric.araujo, ggenellina, kszawala, terry.reedy, vstinner
Date 2010-06-25.22:11:11
SpamBayes Score 0.06266218
Marked as misclassified No
Message-id <1277503873.12.0.717870570058.issue4640@psf.upfronthosting.co.za>
In-reply-to
Content
optparse specifically supports only GNU-style two-dashes long argument. Victor is right, optparse will always understand -thing as -t -h -i -n -g.
History
Date User Action Args
2010-06-25 22:11:13eric.araujosetrecipients: + eric.araujo, terry.reedy, ggenellina, vstinner, LambertDW, kszawala
2010-06-25 22:11:13eric.araujosetmessageid: <1277503873.12.0.717870570058.issue4640@psf.upfronthosting.co.za>
2010-06-25 22:11:11eric.araujolinkissue4640 messages
2010-06-25 22:11:11eric.araujocreate