*** vim74/runtime/ftplugin/python.vim	2012-04-30 11:49:26.000000000 +0000
--- vim74new/runtime/ftplugin/python.vim	2013-09-12 16:22:32.936528417 +0000
***************
*** 44,48 ****
--- 44,52 ----
  		       \ "All Files (*.*)\t*.*\n"
  endif
  
+ if executable(pydoc)
+     setlocal keywordprg=pydoc
+ endif
+ 
  let &cpo = s:keepcpo
  unlet s:keepcpo
