Message177253
| Author |
chris.jerdonek |
| Recipients |
chris.jerdonek, kbk |
| Date |
2012年12月10日.02:31:19 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1355106680.63.0.980843765647.issue16655@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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 |
|
History
|
|---|
| 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: <1355106680.63.0.980843765647.issue16655@psf.upfronthosting.co.za> |
| 2012年12月10日 02:31:20 | chris.jerdonek | link | issue16655 messages |
| 2012年12月10日 02:31:19 | chris.jerdonek | create |
|