Arnaud Fontaine wrote:
> It could me useful IMHO if you have for instance a setup.cfg which
> looks like this :
>
> [install_lib]
> compile = 1
> optimize = 1
>
> I don't understand really why if you remove *.pyc, you don't
> remove *.pyo too. Could you clarify this point fo
> "Peter" == Peter Eisentraut <[EMAIL PROTECTED]> writes:
Peter> Yes, I thought that's what this was about, but I haven't
Peter> actually been able to reproduce a case where .pyo files are
Peter> left over. The fact that calling "python setup.py clean"
Peter> produc
Marc Dequènes wrote:
> Yes, sorry, i was out of it. The real problem is distutils left alone
> files. You patched the class to remove .pyc earlier, but .pyo files
> should be removed too.
Yes, I thought that's what this was about, but I haven't actually been
able to reproduce a case where .pyo fi
Peter Eisentraut <[EMAIL PROTECTED]> writes:
> Yes, I thought that's what this was about, but I haven't actually been
> able to reproduce a case where .pyo files are left over. The fact that
> calling "python setup.py clean" produces .pyc files as a side effect is
> well known in the respectiv
Coin,
Peter Eisentraut <[EMAIL PROTECTED]> writes:
> But removing .pyo files in the clean target from the source tree doesn't do
> anything about that.
Yes, sorry, i was out of it. The real problem is distutils left alone
files. You patched the class to remove .pyc earlier, but .pyo files
shou
Am Mittwoch, 10. Mai 2006 14:14 schrieb Marc Dequènes:
> On the ground of the Python Policy. No .py[co] should go into the
> package,
But removing .pyo files in the clean target from the source tree doesn't do
anything about that.
Peter Eisentraut <[EMAIL PROTECTED]> writes:
> Am Sonntag, 23. April 2006 00:43 schrieb Arnaud Fontaine:
>> The clean target of python-distutils.mk should remove all the *.pyo
>> files.
>
> On what grounds?
On the ground of the Python Policy. No .py[co] should go into the
package, bytecompil
Am Sonntag, 23. April 2006 00:43 schrieb Arnaud Fontaine:
> The clean target of python-distutils.mk should remove all the *.pyo
> files.
On what grounds?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: cdbs
Version: 0.4.39
Severity: normal
Tags: patch
Hello,
The clean target of python-distutils.mk should remove all the *.pyo
files.
Regards,
Arnaud Fontaine
--- python-distutils.mk.old 2006-04-23 00:43:04.0 +0200
+++ python-distutils.mk 2006-04-23 00:43:30.0 +0200
9 matches
Mail list logo