Commit dfaaae98 authored by Benjamin Peterson's avatar Benjamin Peterson

Merged revisions 81572 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r81572 | benjamin.peterson | 2010-05-27 17:32:22 -0500 (Thu, 27 May 2010) | 1 line

  correct default value in signature
........
parent 3efc2fd4
...@@ -1219,7 +1219,7 @@ are always available. They are listed here in alphabetical order. ...@@ -1219,7 +1219,7 @@ are always available. They are listed here in alphabetical order.
True True
.. function:: __import__(name, globals={}, locals={}, fromlist=[], level=-1) .. function:: __import__(name, globals={}, locals={}, fromlist=[], level=0)
.. index:: .. index::
statement: import statement: import
......
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