On 15 July 2013 18:42, Paul Moore <p.f.mo...@gmail.com> wrote:
> On 15 July 2013 09:40, Nick Coghlan <ncogh...@gmail.com> wrote:
>>
>> Sounds good to me - in the long run it may allow us to drop the Windows
>> exe wrappers when installing scripts on Windows.
>
>
> That's my motivation. In particular removing pip's exe wrappers to ease some
> of the issues being flagged on distutils-sig.

Ah, true. For some reason I was thinking we kept __main__.__file__
open, but we don't - we close it as soon as we have read and compiled
it.

Cheers,
Nick.

--
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to