Message349930
Here is an example of someone who cares about the behavior and/or the documentation (and still cares enough to check up on their StackOverflow question six years later): https://stackoverflow.com/questions/13833566/python-argparse-choices-from-an-infinite-set/13833736 .
The issue is not the use of the word "container". The docs literally say "Any object that supports the `in` operator can be passed as the choices value" and that is not true. In fact, changing it to say "any container type" would be an improvement as that is at least arguably correct, whereas the current documentation is unambiguously incorrect. |
|
Date |
User |
Action |
Args |
2019-08-19 00:49:47 | BrenBarn | set | recipients:
+ BrenBarn, rhettinger, terry.reedy, bethard, r.david.murray, chris.jerdonek, berker.peksag, paul.j3, hashimo, Radu.Ciorba, sebix, nanjekyejoannah |
2019-08-19 00:49:47 | BrenBarn | set | messageid: <1566175787.4.0.432878502654.issue16468@roundup.psfhosted.org> |
2019-08-19 00:49:47 | BrenBarn | link | issue16468 messages |
2019-08-19 00:49:47 | BrenBarn | create | |
|