This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ztane
Recipients eric.smith, gvanrossum, serhiy.storchaka, ztane
Date 2016-05-05.20:10:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462479012.59.0.509030882852.issue26906@psf.upfronthosting.co.za>
In-reply-to
Content
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__
History
Date User Action Args
2016-05-05 20:10:12ztanesetrecipients: + ztane, gvanrossum, eric.smith, serhiy.storchaka
2016-05-05 20:10:12ztanesetmessageid: <1462479012.59.0.509030882852.issue26906@psf.upfronthosting.co.za>
2016-05-05 20:10:12ztanelinkissue26906 messages
2016-05-05 20:10:12ztanecreate