New submission from Robert Collins:

Before the argparse migration usageExit was invoked and could be extended via 
subclasses, but it no longer is. We could delete it (and document it being no 
longer accessible) or put some glue in to reinstate it. I think deleting it is 
fine, as long as we make the argparse parser objects part of the API (so that 
folk have a reliable place to poke at to change help).

----------
messages: 231102
nosy: rbcollins
priority: normal
severity: normal
status: open
title: unittest.TestProgram.usageExit no longer invoked

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22859>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to