[Python-Dev] Re: Proposal: declare "unstable APIs"

2021年6月03日 12:12:16 -0700

On Thu, Jun 3, 2021 at 11:11 Gregory P. Smith <[email protected]> wrote:
> One obvious now in hindsight question: Why are any of these APIs even
> public? They all deserve underscore prefixed names to highlight their
> private-ness and potential instability.
>
Because they are still useful when manipulating or introspecting Python
code. I think stable and public are orthogonal axes.
-- 
--Guido (mobile)
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/5VCIBESTW5MIK6XOFBUOULIHF6D6WC5D/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to