changeset: 80797:5182cc18b7b4 branch: 3.3 parent: 80793:e39677feabe0 parent: 80796:181c170c6270 user: Chris Jerdonek date: Sun Dec 09 18:19:54 2012 -0800 description: Issue #16629: Merge IDLE test fix from 3.2. diff -r e39677feabe0 -r 5182cc18b7b4 Lib/idlelib/CallTips.py --- a/Lib/idlelib/CallTips.py Mon Dec 10 00:03:39 2012 +0200 +++ b/Lib/idlelib/CallTips.py Sun Dec 09 18:19:54 2012 -0800 @@ -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")

AltStyle によって変換されたページ (->オリジナル) /