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.

> 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.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [EMAIL PROTECTED]
       `-

Attachment: signature.asc
Description: PGP signature

Reply via email to