[Python-ideas] PEP: Distributing a Subset of the Standard Library

Guido van Rossum guido at python.org
Mon Nov 28 16:01:00 EST 2016


On Mon, Nov 28, 2016 at 12:51 PM, Ethan Furman <ethan at stoneleaf.us> wrote:

> On 11/28/2016 05:28 AM, Tomas Orsava wrote:
>
> Rendered PEP: https://fedora-python.github.io/pep-drafts/pep-A.html
>>
>
> Overall +1, but using Guido's #2 option instead for handling *.missing.py
> files (searching all possible locations for the module before falling back
> to the stdlib xxx.missing.py default).
>

Actually the .missing.py feature would be useful for other use cases, so it
shouldn't be limited to the stdlib part of sys.path. (Also I'm withdrawing
my idea of searching for it while searching for the original .py since that
would burden successful imports with extra stat() calls.)

-- 
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20161128/079a1383/attachment.html>


More information about the Python-ideas mailing list