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 rhettinger
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, georg.brandl, gvanrossum, pitrou, rhettinger
Date 2008-04-17.07:33:55
SpamBayes Score 0.5059586
Marked as misclassified No
Message-id <1208417636.85.0.820159639928.issue2603@psf.upfronthosting.co.za>
In-reply-to
Content
That was a typo.  The pair was range(5,10,2)-->[5, 7, 9] and range
(5,11,2)-->[5, 7, 9].  The formula works because the it uses seqlen 
instead of a stop value.
History
Date User Action Args
2008-04-17 07:33:57rhettingersetspambayes_score: 0.505959 -> 0.5059586
recipients: + rhettinger, gvanrossum, georg.brandl, amaury.forgeotdarc, belopolsky, pitrou, benjamin.peterson
2008-04-17 07:33:56rhettingersetspambayes_score: 0.505959 -> 0.505959
messageid: <1208417636.85.0.820159639928.issue2603@psf.upfronthosting.co.za>
2008-04-17 07:33:56rhettingerlinkissue2603 messages
2008-04-17 07:33:56rhettingercreate