Message254047
I guess the question is whether Enum should be considered a first class 'native' type that deserves support in argparse, or just a tool among others in the stdlib.
The fact that Enum is implemented as a class, and lives in a module, tends to lead to the second, but the fact that some constants were converted to enums in the stdlib (like in socket) tends to the first.
As a C/C++ developer, I may have a bias towards enums :) |
|
Date |
User |
Action |
Args |
2015-11-04 10:47:13 | desbma | set | recipients:
+ desbma, barry, rhettinger, bethard, paul.j3 |
2015-11-04 10:47:13 | desbma | set | messageid: <1446634033.85.0.988010851441.issue25061@psf.upfronthosting.co.za> |
2015-11-04 10:47:13 | desbma | link | issue25061 messages |
2015-11-04 10:47:13 | desbma | create | |
|