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 jdemeyer
Recipients docs@python, jdemeyer
Date 2019-08-22.10:17:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566469027.85.0.30597516641.issue37913@roundup.psfhosted.org>
In-reply-to
Content
The special method __length_hint__ can return NotImplemented. In this case, the result is as if the __length_hint__ method didn't exist at all. This behaviour is implemented and tested but not documented.
History
Date User Action Args
2019-08-22 10:17:07jdemeyersetrecipients: + jdemeyer, docs@python
2019-08-22 10:17:07jdemeyersetmessageid: <1566469027.85.0.30597516641.issue37913@roundup.psfhosted.org>
2019-08-22 10:17:07jdemeyerlinkissue37913 messages
2019-08-22 10:17:07jdemeyercreate