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 PaulRudin
Recipients PaulRudin, chillaranand, docs@python, eric.snow, s7v7nislands@gmail.com, terry.reedy
Date 2018-01-04.07:51:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515052293.6.0.467229070634.issue17972@psf.upfronthosting.co.za>
In-reply-to
Content
If some are to be considered private then the questions are: which ones and how to fix. Presumably renaming to start with "_" might break existing code, so maybe adding an __all__, and just including the public objects is better? That could break code existing relying on * imports I suppose. Deprecation is another possibility, although feels a little odd for things never documented.

formatannotation and formatannotationrelativeto look like a helper functions for formatargspec and are probably not intended as part of the public interface.

Similarly walktree looks like a helper for getclasstree (and its docstring describes it as such).
History
Date User Action Args
2018-01-04 07:51:33PaulRudinsetrecipients: + PaulRudin, terry.reedy, docs@python, eric.snow, s7v7nislands@gmail.com, chillaranand
2018-01-04 07:51:33PaulRudinsetmessageid: <1515052293.6.0.467229070634.issue17972@psf.upfronthosting.co.za>
2018-01-04 07:51:33PaulRudinlinkissue17972 messages
2018-01-04 07:51:33PaulRudincreate