On Tue, Nov 18, 2008 at 12:01:15PM +0000, Chris Lamb wrote:
> Olly Betts wrote:
> 
> > You can safely limit the find to the python subdirectory to reduce the
> > number of directories it has to look through:
> > 
> >     find python -type f -name "*.pyc" -print0 | xargs -0 rm -f
> 
> Sure. Or even "rm -f python/testsuite.pyc", which is arguably superior as
> it self-documents which file is actually offending.

Yes, if that's the only .pyc file left over.  I think it probably is
actually as I believe python only generates them for imports, not for
scripts which are only run.

> > Please feel free to check with debian-release and NMU this fix (with or
> > without my tweak) 
> 
> I have no reason to suggest why they would not unblock this fix - it is a
> release goal, the patch is trivial and the RT have recently unblocked
> packages with essentially identical fixes. Thus, I will NMU this
> evening; thanks for the green light.

OK, thanks.

Cheers,
    Olly



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to