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 skrah
Recipients docs@python, leewz, skrah
Date 2014-04-16.19:46:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140416194617.GA17983@sleipnir.bytereef.org>
In-reply-to <1397671486.29.0.194582292222.issue21227@psf.upfronthosting.co.za>
Content
In the case of DivisionImpossible it would actually be possible to use
the error message 'quotient too large in //, % or divmod'.

But that's just one condition.  In the case of InvalidOperation there
are something like 30 different error messages.
History
Date User Action Args
2014-04-16 19:46:18skrahsetrecipients: + skrah, docs@python, leewz
2014-04-16 19:46:18skrahlinkissue21227 messages
2014-04-16 19:46:18skrahcreate