> On 9 Dec 2019, at 20:07, Wes Turner <[email protected]> wrote:
>
> class TooShortValueError(ValueError):
> class TooLongValueError(ValueError):
>
I had to think about the short and long for a moment.
I'd suggest:
class TooManyItems(ValueError):
class TooFewItems(ValueError):
Barry
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/H4LMTMJIREEGIEMWI5A5VONQGTG4IWAD/
Code of Conduct: http://python.org/psf/codeofconduct/