commit | 69026bb75f5145e7c8e5b4b27e11477d5610bc73 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Tue May 19 19:07:43 2009 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Tue May 19 19:07:43 2009 +0000 |
tree | 3a17e35857e30721c741ec9e409519e4639038fd | |
parent | e90915011cd8a732de294d34a8d05fedfa15db1e [diff] |
Merged revisions 72787 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72787 | ronald.oussoren | 2009-05-19 21:06:38 +0200 (Tue, 19 May 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') ........