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 eryksun
Recipients docs@python, eryksun, martin.panter, rhettinger, saumitra1978
Date 2017-01-19.23:31:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484868685.03.0.173168413824.issue29330@psf.upfronthosting.co.za>
In-reply-to
Content
Are you suggesting that the Helper class in Lib/pydoc.py should index [sub-]topics by special names such as "__slots__"? Currently you can see the __slots__ documentation via the topics "ATTRIBUTEMETHODS" and "SPECIALMETHODS". The list of topics can be printed via help('topics'). Also when you exit out of help('__') it refers you to the SPECIALMETHODS topic.
History
Date User Action Args
2017-01-19 23:31:25eryksunsetrecipients: + eryksun, rhettinger, docs@python, martin.panter, saumitra1978
2017-01-19 23:31:25eryksunsetmessageid: <1484868685.03.0.173168413824.issue29330@psf.upfronthosting.co.za>
2017-01-19 23:31:25eryksunlinkissue29330 messages
2017-01-19 23:31:24eryksuncreate