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 matej.tyc
Recipients iritkatriel, matej.tyc, paul.j3
Date 2021-12-14.18:35:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639506922.61.0.0681268262448.issue18467@roundup.psfhosted.org>
In-reply-to
Content
Thanks for reaching out. I have no idea whether it helped me or not, sorry for not replying back in a timely manner :-(

I think that the feature request/bugreport originates from bad coding practices, when I wanted argparse to perform something more than just plain parsing of arguments into a data structure.

Nowadays I would tell myself to solve it by introducing a layer between argparse and the rest of the code without putting additional pressure on argparse.
History
Date User Action Args
2021-12-14 18:35:22matej.tycsetrecipients: + matej.tyc, paul.j3, iritkatriel
2021-12-14 18:35:22matej.tycsetmessageid: <1639506922.61.0.0681268262448.issue18467@roundup.psfhosted.org>
2021-12-14 18:35:22matej.tyclinkissue18467 messages
2021-12-14 18:35:22matej.tyccreate