March 4, 2010
3:32 a.m.
Le Thu, 04 Mar 2010 16:22:13 +1300, Greg Ewing <greg.ewing@canterbury.ac.nz> a écrit :
Glenn Linderman wrote:
In this scenario, the .pyc files would still live in __pycache__ ? Complete with the foo.<token>.pyc naming ?
It might be neater to have a separate cache directory for each bytecode version, named __cache.<token>__ or some such.
Actually, I find it neater to have a single cache directory. It makes for much less clutter, and simpler ignore rules.