[issue2907] ZeroDivisionError error message needs clarification

2008-05-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Rejecting - this isn't leading anywhere. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed __ Tracker <[EMAIL PROTECTED]> _

[issue2907] ZeroDivisionError error message needs clarification

2008-05-18 Thread Chester
New submission from Chester <[EMAIL PROTECTED]>: Please fix the ZeroDivisionError error message string literal to clarify the error message: from if (y == 0) { PyErr_SetString(PyExc_ZeroDivisionError, "integer division or modulo by zero");