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 chris.jerdonek
Recipients barry, bethard, chris.jerdonek, docs@python, r.david.murray
Date 2012-09-12.21:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347485175.79.0.860808168134.issue15935@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is to clarify in the documentation the argparse behavior for which tests were added in issue 15906.

The behavior involves when the type callable should be applied to default arguments.  See, for example, the following comment for what roughly needs to be added:

http://bugs.python.org/issue15906#msg170404

I will provide a patch.
History
Date User Action Args
2012-09-12 21:26:15chris.jerdoneksetrecipients: + chris.jerdonek, barry, bethard, r.david.murray, docs@python
2012-09-12 21:26:15chris.jerdoneksetmessageid: <1347485175.79.0.860808168134.issue15935@psf.upfronthosting.co.za>
2012-09-12 21:26:14chris.jerdoneklinkissue15935 messages
2012-09-12 21:26:14chris.jerdonekcreate