On Sun, Jan 06, 2013 at 08:37:32PM -0000, Gregory Weber wrote:
> 2. I don't recall clearly whether it is necessary to "compile" the
> patched clip.py to clip.pyc, or how to do it.
Python should detect that .py is newer than .pyc and will ignore the
.pyc and byte-compile the .py on the fly. If it has write access to the
.pyc (and probably to the containing directory too), it will update it
as well.
On Sun, Jan 06, 2013 at 08:37:32PM -0000, Gregory Weber wrote:
> 2. I don't recall clearly whether it is necessary to "compile" the
> patched clip.py to clip.pyc, or how to do it.
Python should detect that .py is newer than .pyc and will ignore the
.pyc and byte-compile the .py on the fly. If it has write access to the
.pyc (and probably to the containing directory too), it will update it
as well.
-- marcin. owsiany. pl/
Marcin Owsiany <email address hidden> http://
GnuPG: 2048R/02F946FC 35E9 1344 9F77 5F43 13DD 6423 DBF4 80C6 02F9 46FC
"Every program in development at MIT expands until it can read mail."
- - Unknown