[New-bugs-announce] [issue10190] Can argparse._AttributeHolder._get_kwargs become a public API?

Dariusz Suchojad report at bugs.python.org
Mon Oct 25 06:44:47 CEST 2010


New submission from Dariusz Suchojad <dsuch at gefira.pl>:

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!

----------
assignee: docs at python
components: Documentation, Library (Lib)
messages: 119539
nosy: bethard, docs at python, dsuch
priority: normal
severity: normal
status: open
title: Can argparse._AttributeHolder._get_kwargs become a public API?
type: feature request

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10190>
_______________________________________


More information about the New-bugs-announce mailing list