Message350947
| Author | serhiy.storchaka |
|---|---|
| Recipients | serhiy.storchaka |
| Date | 2019-09-01.11:24:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1567337044.72.0.119982097156.issue37999@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Use only the __index__() method for implicit conversion to iteger, and not __int__(). This converts deprecation warnings added in issue36048 into TypeError. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-09-01 11:24:04 | serhiy.storchaka | set | recipients: + serhiy.storchaka |
| 2019-09-01 11:24:04 | serhiy.storchaka | set | messageid: <1567337044.72.0.119982097156.issue37999@roundup.psfhosted.org> |
| 2019-09-01 11:24:04 | serhiy.storchaka | link | issue37999 messages |
| 2019-09-01 11:24:04 | serhiy.storchaka | create | |