This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ron_adam
Recipients barry, belopolsky, brett.cannon, eric.araujo, ncoghlan, ron_adam, serhiy.storchaka, zach.ware
Date 2013-07-14.15:48:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373816893.25.0.651639877196.issue18436@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-07-14 15:48:13ron_adamsetrecipients: + ron_adam, barry, brett.cannon, ncoghlan, belopolsky, eric.araujo, zach.ware, serhiy.storchaka
2013-07-14 15:48:13ron_adamsetmessageid: <1373816893.25.0.651639877196.issue18436@psf.upfronthosting.co.za>
2013-07-14 15:48:13ron_adamlinkissue18436 messages
2013-07-14 15:48:12ron_adamcreate