Message264920
And to the other things failing, I was trying to find out which of the magic method ops fail, and for that tried to find out the `dir` of list iterator. Well...
% python3.5 -S
Python 3.5.0+ (default, Oct 11 2015, 09:05:38)
[GCC 5.2.1 20151010] on linux
>>> dir(iter([]))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: object does not provide __dir__ |
|
Date |
User |
Action |
Args |
2016-05-05 20:10:12 | ztane | set | recipients:
+ ztane, gvanrossum, eric.smith, serhiy.storchaka |
2016-05-05 20:10:12 | ztane | set | messageid: <1462479012.59.0.509030882852.issue26906@psf.upfronthosting.co.za> |
2016-05-05 20:10:12 | ztane | link | issue26906 messages |
2016-05-05 20:10:12 | ztane | create | |
|