[issue21227] Decimal class error messages for integer division aren't good

Stefan Krah report at bugs.python.org
Wed Apr 16 18:48:14 CEST 2014


Stefan Krah added the comment:

Meanwhile, the pure Python decimal versions prior to Python 3.2
have better error messages.

Right now in Python 3.3+ it is hard to import the Python version
without going into contortions, but that may be fixed in #19232.

----------
dependencies: +Speed up _decimal import

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21227>
_______________________________________


More information about the Python-bugs-list mailing list