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 vstinner
Recipients methane, vstinner
Date 2022-03-03.08:19:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646295566.05.0.120468371398.issue46906@roundup.psfhosted.org>
In-reply-to
Content
I disagree. A function should be either fully public: tested, documented. Or fully internal.

In the past, many functions were in both, in the gray area.

If these functions are useful, please make them *public* and document them. I'm +1 to make these functions public.
History
Date User Action Args
2022-03-03 08:19:26vstinnersetrecipients: + vstinner, methane
2022-03-03 08:19:26vstinnersetmessageid: <1646295566.05.0.120468371398.issue46906@roundup.psfhosted.org>
2022-03-03 08:19:26vstinnerlinkissue46906 messages
2022-03-03 08:19:25vstinnercreate