This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.j3
Recipients kj, paul.j3, rhettinger, sourcedelica
Date 2021-10-25.16:25:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
`add_argument` also returns a Action subclass object.  All of those subclasses are "private".  While that return reference is usually ignored, sometimes it is useful to it, assigning it to a variable or list.  The documentation could be clearer about access to Action objects.
History
Date User Action Args
2021-10-25 16:25:39paul.j3setrecipients: + paul.j3, rhettinger, sourcedelica, kj
2021-10-25 16:25:39paul.j3setmessageid: <[email protected]>
2021-10-25 16:25:39paul.j3linkissue41592 messages
2021-10-25 16:25:38paul.j3create