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 taleinat
Recipients ncoghlan, taleinat
Date 2015-05-24.11:05:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432465522.83.0.525955931664.issue24270@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch based on Chris Barker's implementation on github[1]. This includes only the C implementation, as well as tests, documentation and entries in NEWS and whatsnew.

I had to keep the (PyCFunction) cast in the module method list in Modules/mathmodule.c. That part should certainly be reviewed.

As for documentation etc., I took the best wording I could find from the PEP and the docs in the github repo, and made very slight changes only where I though they made things significantly clearer.

.. [1]: https://github.com/PythonCHB/close_pep
History
Date User Action Args
2015-05-24 11:05:23taleinatsetrecipients: + taleinat, ncoghlan
2015-05-24 11:05:22taleinatsetmessageid: <1432465522.83.0.525955931664.issue24270@psf.upfronthosting.co.za>
2015-05-24 11:05:22taleinatlinkissue24270 messages
2015-05-24 11:05:22taleinatcreate