commit | db7b6b95828c25df6f428bc21a5d6d1cb68287a0 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Jan 01 15:53:14 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Jan 01 15:53:14 2009 +0000 |
tree | c423fe3ac1fd963291cfabd21310d999c9fff4a2 | |
parent | bce3977be773b7c7c6b2a587ab8eec223a2f2b46 [diff] |
Merged revisions 67953 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67953 | georg.brandl | 2008-12-27 19:20:04 +0100 (Sat, 27 Dec 2008) | 3 lines Patch #4739 by David Laban: add symbols to pydoc help topics, so that ``help('@')`` works as expected. ........