commit | 9078bc6f9a0aa7beed28312270bb360db32f5e4a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed May 19 00:10:00 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Wed May 19 00:10:00 2010 +0000 |
tree | 6d1493e29bfaa7a6df1741a0ef2378127e8e543e | |
parent | f72cae4afa3f6f60e20401c2c02bf6411d761774 [diff] |
Merged revisions 72787 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72787 | ronald.oussoren | 2009-05-19 19:06:38 +0000 (Di, 19 Mai 2009) | 8 lines This patch ensures that the pydoc_data package gets installed. This is needed to make it possible to use pydoc to get access to the language reference. That is, without this patch the folllowing won't work: >>> help('if') ........