2011/11/2 Vinay Sajip <[email protected]>: > 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 that > test_compileall fails when run from the installed Python as an unprivileged > user. If I manually do
It's a consequence of http://hg.python.org/cpython/rev/740baff4f169. I'll fix that. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
