Message177253
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 |
|
| Date |
User |
Action |
Args |
| 2012-12-10 02:31:20 | chris.jerdonek | set | recipients:
+ chris.jerdonek, kbk |
| 2012-12-10 02:31:20 | chris.jerdonek | set | messageid: <[email protected]> |
| 2012-12-10 02:31:20 | chris.jerdonek | link | issue16655 messages |
| 2012-12-10 02:31:19 | chris.jerdonek | create | |
|