Re: [Python-Dev] Unexpected behaviour in compileall

2011-11-02 Thread Brett Cannon
On Wed, Nov 2, 2011 at 09:13, Vinay Sajip wrote: > Charles-François Natali free.fr> writes: > > > It's a consequence of http://hg.python.org/cpython/rev/740baff4f169. > > I'll fix that. > > Should a new issue be opened (or #13303 re-opened) pending this fix? > Re-open the issue. > > Regards,

Re: [Python-Dev] Unexpected behaviour in compileall

2011-11-02 Thread Vinay Sajip
Charles-François Natali free.fr> writes: > It's a consequence of http://hg.python.org/cpython/rev/740baff4f169. > I'll fix that. Should a new issue be opened (or #13303 re-opened) pending this fix? Regards, Vinay Sajip ___ Python-Dev mailing list Py

Re: [Python-Dev] Unexpected behaviour in compileall

2011-11-02 Thread Charles-François Natali
2011/11/2 Vinay Sajip : > I just started getting errors in my PEP 404 / pythonv branch, but they don't > at first glance appear related to the functionality of this branch. What I'm > seeing is that during installation, some of the .pyc/.pyo files written by > compileall have mode 600 rather than t

[Python-Dev] Unexpected behaviour in compileall

2011-11-02 Thread Vinay Sajip
I just started getting errors in my PEP 404 / pythonv branch, but they don't at first glance appear related to the functionality of this branch. What I'm seeing is that during installation, some of the .pyc/.pyo files written by compileall have mode 600 rather than the expected 644, with the result