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.

作者 serhiy.storchaka
收信人 serhiy.storchaka
日期 2019-09-01.11:24:04
SpamBayes Score -1.0
Marked as misclassified
Message-id <1567337044.72.0.119982097156.issue37999@roundup.psfhosted.org>
In-reply-to
内容
Use only the __index__() method for implicit conversion to iteger, and not __int__().

This converts deprecation warnings added in issue36048 into TypeError.
历史
日期 用户 动作 参数
2019-09-01 11:24:04serhiy.storchaka修改recipients: + serhiy.storchaka
2019-09-01 11:24:04serhiy.storchaka修改messageid: <1567337044.72.0.119982097156.issue37999@roundup.psfhosted.org>
2019-09-01 11:24:04serhiy.storchaka链接issue37999 messages
2019-09-01 11:24:04serhiy.storchaka创建