[Python-Dev] Re: New sys.module_names attribute in Python 3.10: list of all stdlib modules

2021年1月25日 07:17:39 -0800

On 2021年1月25日 14:03:22 +0100
Victor Stinner <[email protected]> wrote:
> 
> The list is opinionated and defined by its documentation:
So "the list is opinionated" means there can be false negatives, i.e.
some stdlib modules which are not present in this list?
This will probably make life harder for third-party software that wants
to answer the question "is module XXX a stdlib module or does it need
to be distributed separately?".
Regards
Antoine.
_______________________________________________
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/MKQNQL5VMQO25M6EVVVFH662VNEDS4FC/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to