On Jan 19, 6:42 am, Steven D'Aprano <steve
+comp.lang.pyt...@pearwood.info> wrote:
> But having said that, the __pycache__ idea isn't too bad. If you have
> this directory structure:
>
> ./module.py
> ./module.pyc
>
> and import module, the top-level .pyc file will continue to be used.

Nope.  PEP 3147 says it now always uses __pycache__.


Carl Banks
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to