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 bignose
Recipients Claudiu.Popa, berker.peksag, bignose, eric.araujo, eric.snow, martin.panter, matrixise, r.david.murray, rhettinger, serhiy.storchaka, yselivanov
Date 2016-08-16.05:01:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471323713.96.0.493302937602.issue12916@psf.upfronthosting.co.za>
In-reply-to
Content
Am I right that this:

> pydoc doesn't have public API other than its CLI and the help() function.
> […] On the other hand, there are already functions related to splitdoc()
> in the inspect module […].

> There is no rush to make splitdoc() public. We can improve pydoc in 3.5
> and 3.6 timeline and then decide what's should be part of the public API.

represents the latest on this issue?

We now have the alpha phase of Python 3.6. Can we get a resolution that makes ‘splitdoc’ public somewhere?
History
Date User Action Args
2016-08-16 05:01:54bignosesetrecipients: + bignose, rhettinger, eric.araujo, r.david.murray, Claudiu.Popa, eric.snow, berker.peksag, martin.panter, serhiy.storchaka, yselivanov, matrixise
2016-08-16 05:01:53bignosesetmessageid: <1471323713.96.0.493302937602.issue12916@psf.upfronthosting.co.za>
2016-08-16 05:01:53bignoselinkissue12916 messages
2016-08-16 05:01:53bignosecreate