Message195064
| Author | serhiy.storchaka |
|---|---|
| Recipients | mark.dickinson, serhiy.storchaka, zach.ware |
| Date | 2013-08-13.09:58:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1376387885.19.0.784578035384.issue18712@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a patch. Now the code of operator.index() becomes even more complicated. Perhaps you want suggest other wording for documentation? Some code in stdlib (_pyio.py, bz2.py, connection.py) uses a.__index__() instead of type(a).__index__(a) (with replacing AttributeError to TypeError). Is it worth to change? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-08-13 09:58:05 | serhiy.storchaka | set | recipients: + serhiy.storchaka, mark.dickinson, zach.ware |
| 2013-08-13 09:58:05 | serhiy.storchaka | set | messageid: <1376387885.19.0.784578035384.issue18712@psf.upfronthosting.co.za> |
| 2013-08-13 09:58:05 | serhiy.storchaka | link | issue18712 messages |
| 2013-08-13 09:58:05 | serhiy.storchaka | create | |