__pycache__, one more good reason to stck with Python 2?

Alice Bevan–McGregor alice at gothcandy.com
Mon Jan 17 21:29:50 EST 2011


	find . -name \*.pyc -exec rm -f {} \;

vs.

	rm -rf __pycache__

I do not see how this is more difficult, but I may be missing something.

	— Alice.





More information about the Python-list mailing list