Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r60486:e75dafc63125
Date: 2013-01-25 13:30 -0800
http://bitbucket.org/pypy/pypy/changeset/e75dafc63125/
Log: abridge
diff --git a/pypy/objspace/std/longobject.py b/pypy/objspace/std/longobject.py
--- a/pypy/objspace/std/longobject.py
+++ b/pypy/objspace/std/longobject.py
@@ -198,7 +198,7 @@
f = w_long1.num.truediv(w_long2.num)
except ZeroDivisionError:
raise OperationError(space.w_ZeroDivisionError,
- space.wrap("integer division or modulo by zero"))
+ space.wrap("division by zero"))
except OverflowError:
raise OperationError(
space.w_OverflowError,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit