Barry A. Warsaw added the comment:

On May 20, 2013, at 09:52 PM, Antoine Pitrou wrote:

>Some people already complained about this change. I'm not sure it's fit for a
>bugfix release.  http://bugs.python.org/issue17222

Yeah, but that's a crazy use case. :)

>Besides, you can just also make py_compile write to a temporary file,
>then do the rename yourself.

That actually doesn't work as well for us, since we feed .py file names to
py_compile via stdin.  I'd rather rename them atomically on a per-file basis
rather than at the end of all the byte compilations.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13146>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to