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 belopolsky
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, georg.brandl, gvanrossum, pitrou, rhettinger
Date 2008-04-26.00:37:11
SpamBayes Score 0.003542977
Marked as misclassified No
Message-id <1209170233.07.0.484773673778.issue2603@psf.upfronthosting.co.za>
In-reply-to
Content
... and your patch produces wrong results:

>>> list(range(5,0,-2)) # expected [5, 3, 1]
[5, 3]

See my patch in issue2690 for a way to compute length correctly in 
range_new.
History
Date User Action Args
2008-04-26 00:37:13belopolskysetspambayes_score: 0.00354298 -> 0.003542977
recipients: + belopolsky, gvanrossum, georg.brandl, rhettinger, amaury.forgeotdarc, pitrou, benjamin.peterson
2008-04-26 00:37:13belopolskysetspambayes_score: 0.00354298 -> 0.00354298
messageid: <1209170233.07.0.484773673778.issue2603@psf.upfronthosting.co.za>
2008-04-26 00:37:12belopolskylinkissue2603 messages
2008-04-26 00:37:11belopolskycreate