[issue6119] Confusing DeprecationWarning

2009-07-02 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r73774. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue6119] Confusing DeprecationWarning

2009-07-02 Thread djc
Changes by djc : -- nosy: +djc ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/op

[issue6119] Confusing DeprecationWarning

2009-05-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe that is a bug. The warning should be about 'order comparisons', which did disappear, and not 'inequality comparisons', and should not trigger on == or !=. -- nosy: +tjreedy ___ Python tracker

[issue6119] Confusing DeprecationWarning

2009-05-26 Thread Alejandro
Changes by Alejandro : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue6119] Confusing DeprecationWarning

2009-05-26 Thread Alejandro
New submission from Alejandro : Comparing a lambda and a built-in by equality ("==") raises a DeprecationWarning when the "-3" flag is used on Python 2.6.2: $ python2.6 -3 Python 2.6.2 (r262:71600, Apr 28 2009, 16:17:29) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for