commit | 7be05b221d5c20ab4a78993d54a37247c6b33d7b | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Tue Jan 11 15:23:22 2011 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Tue Jan 11 15:23:22 2011 +0000 |
tree | 78e5bf200c96b588919a0b007855c6a119c86aee | |
parent | cff7e2f4a98315f9c2ec5bea9cf9ef05a2096fe9 [diff] |
Merged revisions 82547 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82547 | alexander.belopolsky | 2010-07-04 13:00:20 -0400 (Sun, 04 Jul 2010) | 3 lines Issue #9118: help(None) will now return NoneType doc instead of starting interactive help. ........