[Import-SIG] latest update of PEP 451

Nick Coghlan ncoghlan at gmail.com
Thu Oct 3 01:58:24 CEST 2013


On 3 Oct 2013 07:29, "Brett Cannon" <brett at python.org> wrote:
>
>
>
>
> On Wed, Oct 2, 2013 at 5:25 PM, Eric Snow <ericsnowcurrently at gmail.com>
wrote:
>>
>> FYI, I've updated the PEP and hope to wrap up an initial patch in the
>> next day or two.  Unless anyone here objects, once I have the patch up
>> I'm going to post the PEP to python-dev and try to get everything
>> wrapped up ASAP (3.4-alpha4 is on Oct.20).
>>
>> If that goes smoothly, does anyone think it will be a bad idea to try
>> to get the .ref file PEP in for 3.4?  While beta1 is in less than 2
>> months, the PEP is smaller, less invasive, we'd already hashed out the
>> details, and ModuleSpec addresses the implementation issue we had.
>> The only roadblock that I see is my crazy schedule, but given where we
>> left .ref files, I think it is doable.  With that in mind, once I've
>> pushed PEP 451 to python-dev I'll probably revisit the .ref PEP, get
>> it a number, and crank on the implementation.  Thoughts?
>
>
> If you can still turn out a quality PEP then I don't see any explicit
issue.

I realised the existing *.pth mechanism is a better fit for my original use
case (sharing distributions between virtual environments), but *.ref files
would still be useful as platform neutral symlinks for dev environments and
selective path overrides. So +1 if you can find the time, but don't stress
if it slips to 3.5.

Cheers,
Nick.

>
> -Brett
>
>>
>>
>> -eric
>>
>> p.s. I've given up on C OrderedDict and friends for 3.4 in favor of
>> these 2 import PEPS.  They're worth it though.  Thanks for convincing
>> me to work on them, Nick! :)
>>
>> On Wed, Sep 25, 2013 at 7:05 AM, Brett Cannon <brett at python.org> wrote:
>> [snipped feedback]
>> _______________________________________________
>> Import-SIG mailing list
>> Import-SIG at python.org
>> https://mail.python.org/mailman/listinfo/import-sig
>
>
>
> _______________________________________________
> Import-SIG mailing list
> Import-SIG at python.org
> https://mail.python.org/mailman/listinfo/import-sig
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/import-sig/attachments/20131003/3bb7aa32/attachment.html>


More information about the Import-SIG mailing list