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 bethard
Recipients bethard
Date 2008-03-17.22:10:33
SpamBayes Score 0.14830549
Marked as misclassified No
Message-id <1205791834.41.0.508035363827.issue2373@psf.upfronthosting.co.za>
In-reply-to
Content
Some comparisons were changed or removed in Python 3.0. In 2.6 you could
compare types (e.g. ``str < int``) and dicts supported more than just
equality. These comparisons should produce Py3K warnings.
History
Date User Action Args
2008-03-17 22:10:34bethardsetspambayes_score: 0.148305 -> 0.14830549
recipients: + bethard
2008-03-17 22:10:34bethardsetspambayes_score: 0.148305 -> 0.148305
messageid: <1205791834.41.0.508035363827.issue2373@psf.upfronthosting.co.za>
2008-03-17 22:10:33bethardlinkissue2373 messages
2008-03-17 22:10:33bethardcreate