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 serhiy.storchaka
Recipients mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2020-03-22.19:41:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584906060.95.0.576784715605.issue37319@roundup.psfhosted.org>
In-reply-to
Content
Many functions that accepts non-integer arguments (except float) and truncate them to integers emits a deprecation warning since 3.8 (see issue36048 and issue20092). They will be errors in 3.10 (see 37999).
History
Date User Action Args
2020-03-22 19:41:00serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson
2020-03-22 19:41:00serhiy.storchakasetmessageid: <1584906060.95.0.576784715605.issue37319@roundup.psfhosted.org>
2020-03-22 19:41:00serhiy.storchakalinkissue37319 messages
2020-03-22 19:41:00serhiy.storchakacreate