[issue2373] Raise Py3K warnings for comparisons that changed

Steven Bethard report at bugs.python.org
Mon Mar 17 23:10:34 CET 2008


New submission from Steven Bethard <steven.bethard at gmail.com>:

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.

----------
assignee: bethard
components: Interpreter Core
keywords: 26backport
messages: 63792
nosy: bethard
priority: urgent
severity: normal
status: open
title: Raise Py3K warnings for comparisons that changed
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2373>
__________________________________


More information about the Python-bugs-list mailing list