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 pitrou
Recipients abacabadabacaba, belopolsky, benjamin.peterson, hpesoj, lehmannro, mark.dickinson, pitrou, rhettinger, stargaming, taleinat
Date 2010-06-02.18:07:01
SpamBayes Score 0.024377337
Marked as misclassified No
Message-id <1275502018.3180.7.camel@localhost.localdomain>
In-reply-to <AANLkTik__xjCRqCvE1QJJU2z9dhWyNq_Hx9FpS-XQvHx@mail.gmail.com>
Content
> > 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?

I really think this shouldn't go into 2.7.  We certainly have better
things to do than potentially break something for an almost useless
non-feature.
History
Date User Action Args
2010-06-02 18:07:03pitrousetrecipients: + pitrou, rhettinger, mark.dickinson, belopolsky, taleinat, stargaming, benjamin.peterson, lehmannro, hpesoj, abacabadabacaba
2010-06-02 18:07:01pitroulinkissue1766304 messages
2010-06-02 18:07:01pitroucreate