[issue27779] Sync-up docstrings in C version of the the decimal module

Raymond Hettinger report at bugs.python.org
Tue Aug 16 23:18:15 EDT 2016


Raymond Hettinger added the comment:

Historically, we've kept the docstrings 100% intact between the C and Python versions, even if they are big (see heapq.__doc__) for example.

If there are differences in the "hand written" versions. I would like to have them compared on a case by case basis and resolved.   Unless the C version implements something different, there should be no reason for a docstring difference.  The originals are very close to the specification and to the documentation.  We tried to stay true in part because there are so many niggling details that it would be hard to know without reading the spec.

----------

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


More information about the Python-bugs-list mailing list