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 vstinner
Recipients lemburg, mark.dickinson, rhettinger, steven.daprano, stutzbach, tim.peters, vstinner
Date 2020-01-12.01:15:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578791750.13.0.413495474944.issue39288@roundup.psfhosted.org>
In-reply-to
Content
New changeset 100fafcf20e8fc67cd8ef512074f9c0a253cb427 by Victor Stinner in branch 'master':
bpo-39288: Add math.nextafter(x, y) (GH-17937)
https://github.com/python/cpython/commit/100fafcf20e8fc67cd8ef512074f9c0a253cb427
History
Date User Action Args
2020-01-12 01:15:50vstinnersetrecipients: + vstinner, lemburg, tim.peters, rhettinger, mark.dickinson, stutzbach, steven.daprano
2020-01-12 01:15:50vstinnersetmessageid: <1578791750.13.0.413495474944.issue39288@roundup.psfhosted.org>
2020-01-12 01:15:50vstinnerlinkissue39288 messages
2020-01-12 01:15:49vstinnercreate