[issue18436] Add mapping of symbol to function to operator module

Ron Adam report at bugs.python.org
Sun Jul 14 17:48:13 CEST 2013


Ron Adam added the comment:

Regarding opertor.get_op:

Look at help("symbols") output for consistancy.  There may be items in one that can be included in the other.

The operator.get_op addition would be useful for improving help on the symbol information for help/pydoc. Currently it seems overly general for symbols.

Also patch, http://bugs.python.org/issue18387, which adds help("symbols") output to pydocs web browser interface.  It could use a review.

----------
nosy: +ron_adam

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18436>
_______________________________________


More information about the Python-bugs-list mailing list