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 bethard, shima__shima, terry.reedy
Date 2012-07-22.00:10:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342915821.67.0.211821540567.issue14392@psf.upfronthosting.co.za>
In-reply-to
Content
>     - type -- The type which the command-line arguments should be converted
>         to, should be one of 'string', 'int', 'float', 'complex' or a
>         callable object that accepts a single string argument. If None,
>         'string' is assumed.

I misunderstood this sentence in the docstring of arcparse.Action because `bool` or `unicode` is not appeared in this list, which are callables.

So, I close this issue.
History
Date User Action Args
2012-07-22 00:10:21shima__shimasetrecipients: + shima__shima, terry.reedy, bethard
2012-07-22 00:10:21shima__shimasetmessageid: <1342915821.67.0.211821540567.issue14392@psf.upfronthosting.co.za>
2012-07-22 00:10:21shima__shimalinkissue14392 messages
2012-07-22 00:10:20shima__shimacreate