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 gregory.p.smith
Recipients belopolsky, benjamin.peterson, gregory.p.smith, pitrou, rbp, rhettinger
Date 2008-05-11.22:38:40
SpamBayes Score 0.042326707
Marked as misclassified No
Message-id <1210545521.86.0.0663780818266.issue2723@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed, having it lie about the size is the WORST possible behavior
because it will silently hide problems.  Lets not do that.

But I must've missed something, why can't __len__ return the correct
value?  Merely because range() is broken and might use it as input? 
Thats no excuse.  Fix range().
History
Date User Action Args
2008-05-11 22:38:42gregory.p.smithsetspambayes_score: 0.0423267 -> 0.042326707
recipients: + gregory.p.smith, rhettinger, belopolsky, pitrou, benjamin.peterson, rbp
2008-05-11 22:38:41gregory.p.smithsetspambayes_score: 0.0423267 -> 0.0423267
messageid: <1210545521.86.0.0663780818266.issue2723@psf.upfronthosting.co.za>
2008-05-11 22:38:41gregory.p.smithlinkissue2723 messages
2008-05-11 22:38:40gregory.p.smithcreate