]> granicus.if.org Git - python/commit
Skip Montanaro's contribution (slightly mod'd by Barry) to provide a
authorBarry Warsaw <barry@python.org>
Mon, 22 Apr 2002 17:15:19 +0000 (17:15 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 22 Apr 2002 17:15:19 +0000 (17:15 +0000)
commita7cc43b9e8b55223ad6b711488fbe8c10df6b5c2
tree1fb351f319565ff41d1cfaa7d6c0c06653562367
parenta0113cd5cdb1e6c38ffa6ba7fb2ce6b775b1814c
Skip Montanaro's contribution (slightly mod'd by Barry) to provide a
"help-on-symbol-at-point" feature which uses pydoc to provide help on
the symbol under point, if available.

Mods include some name changes, a port to Emacs, binding the command
to C-c C-h, and providing a more informative error message if the
symbol's help can't be found (through use of a nasty bare except).

Note also that py-describe-mode has been moved off of C-c C-h m; it's
now just available on C-c ?

Closes SF patch #545439.
Misc/python-mode.el