Le Thu, 04 Mar 2010 16:22:13 +1300, Greg Ewing <greg.ew...@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. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com