[issue16468] argparse only supports iterable choices

Raymond Hettinger report at bugs.python.org
Sun Aug 18 20:42:05 EDT 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

I think this should be dropped. IMO it is a pedantic nit.  There is the everyday usage of the word "container" which has a reasonable plain meaning.  There is also an ABC that was unfortunately called Container (with a capital C) that means anything the defines __contains__.  IMO, we don't have to change all uses for the former just because the latter exists.

AFAICT, this "issue" for the argparse has never been a real problem for a real user ever in the entire history of the module.

So, unless there are strong objections, I would like to close this and we can shift our attention to matters of actual importance.

----------
assignee:  -> rhettinger
nosy: +rhettinger
versions: +Python 3.9 -Python 2.7, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue16468>
_______________________________________


More information about the Python-bugs-list mailing list