Raymond Hettinger added the comment:

IMO, this adds more complexity than it solves.   Argparse already has more 
options than people can remember.  Also, it isn't clear whether this logic 
should go into the parser or into the business logic (consider for example that 
the requests package doesn't autogenerate enum results, not does sqlite) -- the 
extraction of values is a distinct step.

----------
assignee:  -> bethard
nosy: +bethard, rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25061>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to