[issue7633] decimal.py: type conversion in context methods

Mark Dickinson report at bugs.python.org
Sun Jan 24 11:56:32 CET 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

One more:

(5) The patch includes a (presumably accidental) change to the divmod docstring, from "Return (a // b, a % b)" to "Return (self // other, self % other)".  I think the first version is preferable.

----------

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


More information about the Python-bugs-list mailing list