[docs] [bug] Another error message (documentation)
Pavel Fedotov
fedotovp at gmail.com
Sat Sep 28 15:31:44 CEST 2013
Python 3.3, documentation:
http://docs.python.org/3.3/tutorial/errors.html#exceptions
First expression output another error message:
>>> 10 * (1/0)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ZeroDivisionError: division by zero
(instead of ...
File "<stdin>", line 1, in ?
ZeroDivisionError: int division or modulo by zero
that documentation reports)
--
Pavel Fedotov
More information about the docs
mailing list