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 dsuch
Recipients bethard, docs@python, dsuch
Date 2010-10-25.04:44:41
SpamBayes Score 6.6000204e-05
Marked as misclassified No
Message-id <1287981887.42.0.335099838745.issue10190@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

I was wondering if it were possible for the argparse._AttributeHolder._get_kwargs to become a part of the public API.

Using this method is a very convenient way to get a hold of the arguments provided by the user and it would be shame to keep it private, I for one use it in several places even though I clearly know the name starts with an underscore, it's just that reimplementing it in my code seems counter-productive, would be very nice if '_get_kwargs' became 'get_kwargs' in some future release.

Thanks for considering it!
History
Date User Action Args
2010-10-25 04:44:49dsuchsetrecipients: + dsuch, bethard, docs@python
2010-10-25 04:44:47dsuchsetmessageid: <1287981887.42.0.335099838745.issue10190@psf.upfronthosting.co.za>
2010-10-25 04:44:44dsuchlinkissue10190 messages
2010-10-25 04:44:41dsuchcreate