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 terry.reedy
Recipients bethard, docs@python, eric.araujo, jaraco, terry.reedy
Date 2011-12-12.22:58:23
SpamBayes Score 5.8377236e-07
Marked as misclassified No
Message-id <1323730704.25.0.174835535382.issue13540@psf.upfronthosting.co.za>
In-reply-to
Content
The doc specified the Action API as the interface inherited from argparse.Action plus the addition of a custom __call__ method with 4 params (5 with self) as described. That seems mostly adequate to me, unless there is something missing in the parameter descriptions.

I agree that it should be stated if one should pass the class rather than an instance thereof. (But classes are objects, so that is not a 'contradiction'.) If the example is in error, it should be fixed.
History
Date User Action Args
2011-12-12 22:58:24terry.reedysetrecipients: + terry.reedy, jaraco, bethard, eric.araujo, docs@python
2011-12-12 22:58:24terry.reedysetmessageid: <1323730704.25.0.174835535382.issue13540@psf.upfronthosting.co.za>
2011-12-12 22:58:23terry.reedylinkissue13540 messages
2011-12-12 22:58:23terry.reedycreate