New submission from Steven Bethard <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2373>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to