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 arnau
Recipients arnau, bethard, eric.araujo, flying sheep
Date 2011-11-25.05:43:20
SpamBayes Score 3.0352794e-09
Marked as misclassified No
Message-id <1322199801.19.0.486897493818.issue12776@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, about argparse_test, the default should be either '0' or 0 but not '\t' AFAIK because even the default value is converted using the given type function. It fails even with the last 2.7 version but it works well with my patch...
History
Date User Action Args
2011-11-25 05:43:21arnausetrecipients: + arnau, bethard, eric.araujo, flying sheep
2011-11-25 05:43:21arnausetmessageid: <1322199801.19.0.486897493818.issue12776@psf.upfronthosting.co.za>
2011-11-25 05:43:20arnaulinkissue12776 messages
2011-11-25 05:43:20arnaucreate