New submission from Chris Jerdonek: There are three IDLE test failures in the 3.2 branch:
$ ./python.exe Lib/idlelib/CallTips.py list.append - expected 'L.append(object) -> None -- append object to end' - but got 'L.append(object) -- append object to end' [].append - expected 'L.append(object) -> None -- append object to end' - but got 'L.append(object) -- append object to end' List.append - expected 'L.append(object) -> None -- append object to end' - but got 'L.append(object) -- append object to end' 3 of 41 tests failed ---------- components: IDLE messages: 177253 nosy: chris.jerdonek, kbk priority: normal severity: normal status: open title: IDLE list.append calltips test failures type: behavior versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16655> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com