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