[Python-Dev] argparse suggestion

Antoine Pitrou solipsis at pitrou.net
Mon Apr 26 14:34:16 CEST 2010


Senthil Kumaran <orsenthil <at> gmail.com> writes:
> 
> On Mon, Apr 26, 2010 at 08:20:10AM -0400, Neal Becker wrote:
> > steven.bethard <at> gmail.com made a very nice module for me to enhance
argparse 
> > called argparse_bool.py, which contains ConfigureAction.  This will allow a 
> 
> Would not it be a feature enhancement request against argparse.py
> itself? In that case, you might just file a bug against argparse at
> bugs.python.org.

I would argue that since argparse is now in the standard library, it should be
primarily maintained on {bugs, svn}.python.org.
We have enough synchronization problems with externally maintained modules.

Regards

Antoine.




More information about the Python-Dev mailing list