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 georg.brandl
Recipients JosephArmbruster, christian.heimes, georg.brandl, gvanrossum, loewis
Date 2007-11-28.18:52:52
SpamBayes Score 0.007090838
Marked as misclassified No
Message-id <1196275973.03.0.372570074636.issue1513@psf.upfronthosting.co.za>
In-reply-to
Content
Well, the cmp() docs say that 
cmp(x, y) is "zero if ``x == y``", so at least the docs must be changed
to explain the new behavior (which I can't specify).
History
Date User Action Args
2007-11-28 18:52:53georg.brandlsetspambayes_score: 0.00709084 -> 0.007090838
recipients: + georg.brandl, gvanrossum, loewis, christian.heimes, JosephArmbruster
2007-11-28 18:52:53georg.brandlsetspambayes_score: 0.00709084 -> 0.00709084
messageid: <1196275973.03.0.372570074636.issue1513@psf.upfronthosting.co.za>
2007-11-28 18:52:53georg.brandllinkissue1513 messages
2007-11-28 18:52:52georg.brandlcreate