commit | bc74ee039c83e00b815b37dca81d115b7291e151 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Sat Nov 05 21:04:24 2011 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Sat Nov 05 21:17:08 2011 +0200 |
tree | 9966129a6deab6baf0d5c414ea3cffb255d87923 | |
parent | 395ca7238015eb5aacadde2917c185cba5fea726 [diff] |
Remove __pycache__ directories correctly on OpenBSD The find utility of OpenBSD doesn't support the "-exec cmd {} +" action. Change it to use "-depth -exec cmd {} ;" instead. Also, remove __pycache__ before *.py[co], as most bytecode files are in __pycache__ directories. Only those generated by Python 2 under Doc/tools are not. Closes #13326.