Commit af72f9ea authored by Chris Jerdonek's avatar Chris Jerdonek

Issue #16629: Merge IDLE test fix from 3.2.

parents 14857cf8 17519688
......@@ -211,7 +211,7 @@ def main():
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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment