[issue4372] __cmp__ removal not in What's New

2008-11-21 Thread STINNER Victor
Changes by STINNER Victor <[EMAIL PROTECTED]>: ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue4372] __cmp__ removal not in What's New

2008-11-21 Thread STINNER Victor
STINNER Victor <[EMAIL PROTECTED]> added the comment: Duplicate issue: see #2306. Anyway, an you write a patch? ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue4372] __cmp__ removal not in What's New

2008-11-21 Thread STINNER Victor
STINNER Victor <[EMAIL PROTECTED]> added the comment: Duplicate issue: see #4372. Anyway, an you write a patch? -- nosy: +haypo resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue4372] __cmp__ removal not in What's New

2008-11-20 Thread Terry J. Reedy
New submission from Terry J. Reedy <[EMAIL PROTECTED]>: What's New in Python 3.0/Common stumbling blocks has this "builtin.sorted() and list.sort() no longer accept the cmp argument providing a comparison function. Use the key argument instead." Please add "The __cmp__ special method is no longe