Change by retnikt :
--
type: -> behavior
___
Python tracker
<https://bugs.python.org/issue38397>
___
___
Python-bugs-list mailing list
Unsubscrib
retnikt added the comment:
I can (and will) submit a PR for this, by the way.
--
___
Python tracker
<https://bugs.python.org/issue38397>
___
___
Python-bug
New submission from retnikt :
Essentially the same as https://bugs.python.org/issue29581 (more detail is
there), but for the additional meta-classes enum.EnumMeta and probably
typing.NamedTupleMeta (discussion needed - is there a use-case for this?)
The __new__ method on these metaclasses
New submission from retnikt :
In the library documentation for argparse, the section for
ArgumentParser.add_subparsers (
https://docs.python.org/3/library/argparse.html#sub-commands ) states that
there is a parameter for 'action' with the description 'the basic type of
act