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 abacabadabacaba, belopolsky, benjamin.peterson, hpesoj, lehmannro, mark.dickinson, pitrou, rhettinger, stargaming, taleinat
Date 2010-06-02.18:02:59
SpamBayes Score 0.057343338
Marked as misclassified No
Message-id <AANLkTik__xjCRqCvE1QJJU2z9dhWyNq_Hx9FpS-XQvHx@mail.gmail.com>
In-reply-to <1275491853.16.0.0244433664453.issue1766304@psf.upfronthosting.co.za>
Content
On Wed, Jun 2, 2010 at 11:17 AM, Tal Einat <report@bugs.python.org> wrote:
..
> If so, I can have the patch ready by Friday 14:00 GMT, but if nobody will have time to review
> (and possibly commit) in time for RC1 I guess I'll take my time with this.

I'll review your patch, but why are you so eager to get this into 2.7?
 You realize that for integer x, x in xrange(a, b) is just another way
to spell a <= x < b.  What is your use case?
History
Date User Action Args
2010-06-02 18:03:00belopolskysetrecipients: + belopolsky, rhettinger, mark.dickinson, pitrou, taleinat, stargaming, benjamin.peterson, lehmannro, hpesoj, abacabadabacaba
2010-06-02 18:02:59belopolskylinkissue1766304 messages
2010-06-02 18:02:59belopolskycreate