[issue16348] Decimal.remainder_near documentation incorrect.

2012-10-31 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks for reviewing, Andrew. -- assignee: docs@python -> mark.dickinson resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue16348] Decimal.remainder_near documentation incorrect.

2012-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1122f5bfc957 by Mark Dickinson in branch '2.7': Issue #16348: Fix incorrect documentation for Decimal.remainder_near. http://hg.python.org/cpython/rev/1122f5bfc957 New changeset 8570943ad5a2 by Mark Dickinson in branch '3.2': Issue #16348: Fix incor

[issue16348] Decimal.remainder_near documentation incorrect.

2012-10-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: LGTM -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue16348] Decimal.remainder_near documentation incorrect.

2012-10-28 Thread Mark Dickinson
Mark Dickinson added the comment: Here's a doc patch. -- keywords: +patch Added file: http://bugs.python.org/file27766/issue16348.patch ___ Python tracker ___ ___

[issue16348] Decimal.remainder_near documentation incorrect.

2012-10-28 Thread Mark Dickinson
New submission from Mark Dickinson: The documentation for Decimal.remainder_near is incorrect. It states: "If both are equally close, the one chosen will have the same sign as self." That's incorrect: instead, the chosen remainder has the property that it makes the corresponding quotient eve