[issue2373] Raise Py3K warnings for comparisons that changed

Steven Bethard report at bugs.python.org
Tue Mar 18 22:48:12 CET 2008


Steven Bethard <steven.bethard at gmail.com> added the comment:

I took a closer look at sliceobject.c and it looks like both 2.6 and 3.0
compare them basically as tuples. So there don't need to be any warnings
about using < and > since these are still well defined.

I'll have a patch for codeobject.c and methodobject.c soon.

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


More information about the Python-bugs-list mailing list