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 shima__shima
Recipients shima__shima
Date 2012-03-23.07:03:27
SpamBayes Score 1.3594919e-05
Marked as misclassified No
Message-id <1332486208.67.0.940302931961.issue14392@psf.upfronthosting.co.za>
In-reply-to
Content
According to the documentation of "argparse.Action", a keyword 'bool' is not allowed for type argument, but it doesn't raise no errors.

One possible way to fix this issue is to check in the "argparse._ActionsContainer.add_argument" method.
History
Date User Action Args
2012-03-23 07:03:28shima__shimasetrecipients: + shima__shima
2012-03-23 07:03:28shima__shimasetmessageid: <1332486208.67.0.940302931961.issue14392@psf.upfronthosting.co.za>
2012-03-23 07:03:28shima__shimalinkissue14392 messages
2012-03-23 07:03:27shima__shimacreate