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 lemburg
Recipients lemburg, mark.dickinson
Date 2008-12-22.14:18:05
SpamBayes Score 1.7471593e-06
Marked as misclassified No
Message-id <494FA19C.9030407@egenix.com>
In-reply-to <1229954840.49.0.714955943422.issue4704@psf.upfronthosting.co.za>
Content
On 2008-12-22 15:07, Mark Dickinson wrote:
> Mark Dickinson <dickinsm@gmail.com> added the comment:
> 
> Thanks for the responses!
> 
>> I don't think should go into 3.0.1 - they are a new feature
>> and not a bug fix.
> 
> But if these changes don't go into 3.0.1, and the removal of cmp does, 
> that means that pybench won't run on 3.0.1.  It seems to me that we could 
> make a strong case for this being a bugfix...

... or a good case for not removing cmp() from 3.0.1 :-)

I have a feeling that people are mixing up the reasons for removal
of the __cmp__ slot and the utility of the cmp() builtin. Those
two should be treated as separate issues, IMHO.

Anyway, like I said: the release manager should decide.
History
Date User Action Args
2008-12-22 14:18:06lemburgsetrecipients: + lemburg, mark.dickinson
2008-12-22 14:18:06lemburglinkissue4704 messages
2008-12-22 14:18:05lemburgcreate