Message334121
| Author | ronaldoussoren |
|---|---|
| Recipients | AVINASH MISHRA, jdemeyer, ncoghlan, remi.lapeyre, ronaldoussoren, serhiy.storchaka, vstinner |
| Date | 2019-01-21.10:41:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1548067311.71.0.644768941704.issue35707@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
As a late response to msg333416 and msg333547, I don't agree with looking at __index__ in _PyTime_FromObject. The __index__ method is used when an object can be used as the index for a sequence, but should not silently convert to int or float. See <https://www.python.org/dev/peps/pep-0357/>. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-21 10:41:52 | ronaldoussoren | set | recipients: + ronaldoussoren, ncoghlan, vstinner, serhiy.storchaka, jdemeyer, remi.lapeyre, AVINASH MISHRA |
| 2019-01-21 10:41:51 | ronaldoussoren | set | messageid: <1548067311.71.0.644768941704.issue35707@roundup.psfhosted.org> |
| 2019-01-21 10:41:51 | ronaldoussoren | link | issue35707 messages |
| 2019-01-21 10:41:51 | ronaldoussoren | create | |