[issue2373] Raise Py3K warnings for comparisons that changed

2008-03-17 Thread Steven Bethard
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

[issue2342] Comparing between disparate types should raise a Py3K warning

2008-03-17 Thread Steven Bethard
Steven Bethard [EMAIL PROTECTED] added the comment: The code is only invoked when NotImplemented is produced. Take a look at the attached patch to try_3way_to_rich_compare and see if you think it's going to be too expensive. -- keywords: +patch Added file: http://bugs.python.org

<    1   2   3   4