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 martin.panter
Recipients abarnert, abarry, curioswati, gvanrossum, martin.panter, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy
Date 2016-01-04.21:25:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451942715.85.0.823882047666.issue25864@psf.upfronthosting.co.za>
In-reply-to
Content
I’m sorry I only read your patch and did not see the NoLen class above Blocked. (I blame the lack of Reitveld review link.) I still think __getitem__() should have a valid signature, but I acknowledge that it’s not really your fault. :)

My main concern about the documentation was that in your patch you say _all_ special methods are now allowed to be None, but in your code you only check __iter__(). This is adding new undocumented inconsistencies e.g. with Iterable vs Container. Maybe it would be better to only say that setting __iter__ to None is supported, instead of setting any special method.
History
Date User Action Args
2016-01-04 21:25:15martin.pantersetrecipients: + martin.panter, gvanrossum, rhettinger, terry.reedy, ncoghlan, r.david.murray, serhiy.storchaka, abarnert, abarry, curioswati
2016-01-04 21:25:15martin.pantersetmessageid: <1451942715.85.0.823882047666.issue25864@psf.upfronthosting.co.za>
2016-01-04 21:25:15martin.panterlinkissue25864 messages
2016-01-04 21:25:15martin.pantercreate