[issue4760] cmp gone---What's new in 3.1

2009-01-02 Thread Mark Dickinson
Mark Dickinson added the comment: > Uhm ? The builtin cmp wasn't removed. Non-removal of cmp for 3.0 was an oversight. It *might* be removed in 3.0.1. See issue 1717. -- nosy: +marketdickinson ___ Python tracker

[issue4760] cmp gone---What's new in 3.1

2008-12-29 Thread Guilherme Polo
Guilherme Polo added the comment: Uhm ? The builtin cmp wasn't removed. -- nosy: +gpolo ___ Python tracker ___ ___ Python-bugs-list ma

[issue4760] cmp gone---What's new in 3.1

2008-12-27 Thread David W. Lambert
New submission from David W. Lambert : http://docs.python.org/dev/3.0/whatsnew/3.1.html To Other Language Changes add cmp removed. I haven't installed version 3.1; I don't know if it has actually been removed. -- assignee: georg.brandl components: Documentation messages: 78394 nosy: