> On 9 Dec 2019, at 20:07, Wes Turner <wes.tur...@gmail.com> 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 -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/H4LMTMJIREEGIEMWI5A5VONQGTG4IWAD/ Code of Conduct: http://python.org/psf/codeofconduct/