This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:20chris.jerdoneksetrecipients: + chris.jerdonek, kbk
2012-12-10 02:31:20chris.jerdoneksetmessageid: <1355106680.63.0.980843765647.issue16655@psf.upfronthosting.co.za>
2012-12-10 02:31:20chris.jerdoneklinkissue16655 messages
2012-12-10 02:31:19chris.jerdonekcreate