[New-bugs-announce] [issue16655] IDLE list.append calltips test failures

Chris Jerdonek report at bugs.python.org
Mon Dec 10 03:31:20 CET 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue16655>
_______________________________________


More information about the New-bugs-announce mailing list