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 mark.dickinson
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, christian.heimes, georg.brandl, lemburg, mark.dickinson, pitrou, rhettinger
Date 2008-12-09.02:47:00
SpamBayes Score 9.853751e-07
Marked as misclassified No
Message-id <1228790821.77.0.151169452651.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
> It is in the builtins in Python 2.x, so keeping it there would make
> porting easier, but then it's probably better to put it somewhere else
> to make people aware of the fact that the underlying machinery has
> changed.

from __past__ import cmp

?
History
Date User Action Args
2008-12-09 02:47:02mark.dickinsonsetrecipients: + mark.dickinson, lemburg, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, pitrou, christian.heimes, benjamin.peterson
2008-12-09 02:47:01mark.dickinsonsetmessageid: <1228790821.77.0.151169452651.issue1717@psf.upfronthosting.co.za>
2008-12-09 02:47:00mark.dickinsonlinkissue1717 messages
2008-12-09 02:47:00mark.dickinsoncreate