消息 [195457]
> Just mentioning it here again, but "type(a).__index__(a)" is still not perfectly correct.
Hmm. "type(a).__dict__['__index__'](a)" ? (With suitable error checks, as in Serhiy's patch.) |
|
| 日期 |
用户 |
动作 |
参数 |
| 2013-08-17 10:23:06 | mark.dickinson | 修改 | recipients:
+ mark.dickinson, arigo, zach.ware, serhiy.storchaka |
| 2013-08-17 10:23:06 | mark.dickinson | 修改 | messageid: <1376734986.15.0.486296664524.issue18712@psf.upfronthosting.co.za> |
| 2013-08-17 10:23:06 | mark.dickinson | 链接 | issue18712 messages |
| 2013-08-17 10:23:06 | mark.dickinson | 创建 | |
|