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 SilentGhost
Recipients SilentGhost, altvod
Date 2016-07-25.11:52:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469447563.64.0.375925097031.issue27613@psf.upfronthosting.co.za>
In-reply-to
Content
Why does your __len__ method returns 1? Shouldn't it be 0 since this is an empty iterator? Changing it to zero seems to fix the "issue" too.
History
Date User Action Args
2016-07-25 11:52:43SilentGhostsetrecipients: + SilentGhost, altvod
2016-07-25 11:52:43SilentGhostsetmessageid: <1469447563.64.0.375925097031.issue27613@psf.upfronthosting.co.za>
2016-07-25 11:52:43SilentGhostlinkissue27613 messages
2016-07-25 11:52:43SilentGhostcreate