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 mwatkins
Recipients georg.brandl, mwatkins
Date 2008-12-06.01:58:00
SpamBayes Score 0.0036733495
Marked as misclassified No
Message-id <1228528682.39.0.573308363833.issue4556@psf.upfronthosting.co.za>
In-reply-to
Content
What's new in 3.0 documentation says cmp() function is gone, yet it 
isn't:

>>> sys.version_info; cmp(1,1); cmp(1,2); cmp(2,1)
(3, 0, 0, 'final', 0)
0
-1
1
History
Date User Action Args
2008-12-06 01:58:02mwatkinssetrecipients: + mwatkins, georg.brandl
2008-12-06 01:58:02mwatkinssetmessageid: <1228528682.39.0.573308363833.issue4556@psf.upfronthosting.co.za>
2008-12-06 01:58:01mwatkinslinkissue4556 messages
2008-12-06 01:58:01mwatkinscreate