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 BTaskaya, bluetech, mark.dickinson, serhiy.storchaka, veky, vstinner
Date 2019-12-15.22:00:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset cb8b946ac10386e6cab1376945f64f683b5b16d3 by Victor Stinner (Batuhan Taşkaya) in branch 'master':
bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985)
https://github.com/python/cpython/commit/cb8b946ac10386e6cab1376945f64f683b5b16d3
History
Date User Action Args
2019-12-15 22:00:42vstinnersetrecipients: + vstinner, mark.dickinson, serhiy.storchaka, veky, BTaskaya, bluetech
2019-12-15 22:00:42vstinnersetmessageid: <[email protected]>
2019-12-15 22:00:42vstinnerlinkissue38629 messages
2019-12-15 22:00:41vstinnercreate