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 paul.j3, pgacv2
Date 2018-10-18.16:40:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539880822.48.0.788709270274.issue30220@psf.upfronthosting.co.za>
In-reply-to
Content
I'm going to close this.

Python makes it easy to test for Exception class.  Testing exception messages is messy, especially if the test wants to compare the message against 'generic message'.

I don't see anything generic about the messages produced by `int('1.23')` and `float('xxx')`.

Argparse provides a custom class, ArgumentTypeError, for use when you want to pass a custom message.  Let's leave it at that, and not try to make things more complicated.

If there's to be any change it should be in the documentation as suggested in https://bugs.python.org/issue20039.
History
Date User Action Args
2018-10-18 16:40:22paul.j3setrecipients: + paul.j3, pgacv2
2018-10-18 16:40:22paul.j3setmessageid: <1539880822.48.0.788709270274.issue30220@psf.upfronthosting.co.za>
2018-10-18 16:40:22paul.j3linkissue30220 messages
2018-10-18 16:40:22paul.j3create