This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients docs@python, rhettinger
Date 2016-08-16.19:28:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471375735.77.0.977501297817.issue27779@psf.upfronthosting.co.za>
In-reply-to
Content
The pure python version of decimal has extensive docstrings with text and explanatory examples drawn directly from the decimal arithmetic specification.  Those should all be copied to the C version as well.  This will improve usability for interactive use and improve help().

I would like to leave this work for one of the new aspiring core devs (perhaps Elizabeth, Lisa, or Nofar).
History
Date User Action Args
2016-08-16 19:28:55rhettingersetrecipients: + rhettinger, docs@python
2016-08-16 19:28:55rhettingersetmessageid: <1471375735.77.0.977501297817.issue27779@psf.upfronthosting.co.za>
2016-08-16 19:28:55rhettingerlinkissue27779 messages
2016-08-16 19:28:55rhettingercreate