[Python-Dev] argparse suggestion (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Mon Apr 26 14:34:16 CEST 2010
- Previous message: [Python-Dev] argparse suggestion
- Next message: [Python-Dev] argparse suggestion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Senthil Kumaran <orsenthil gmail.com> writes:
On Mon, Apr 26, 2010 at 08:20:10AM -0400, Neal Becker wrote: > steven.bethard gmail.com made a very nice module for me to enhance argparse > called argparsebool.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.
- Previous message: [Python-Dev] argparse suggestion
- Next message: [Python-Dev] argparse suggestion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]