diff -r 0238cc842805 Lib/idlelib/CallTips.py --- a/Lib/idlelib/CallTips.py Thu Dec 06 17:49:58 2012 -0500 +++ b/Lib/idlelib/CallTips.py Thu Dec 06 19:28:30 2012 -0600 @@ -211,7 +211,7 @@ def test_builtins(): # if first line of a possibly multiline compiled docstring changes, # must change corresponding test string - test('int', "int(x[, base]) -> integer") + test('int', "int(x=0) -> integer") test('Int', Int.__doc__) test('types.MethodType', "method(function, instance)") test('list', "list() -> new empty list")