Steven D'Aprano wrote: > If the user has write permission and the __pycache__ folder is created, > but the umask is screwy and no .pyc files can be created, no .pyc file > is created and the import uses the .py file only despite the existence > of an empty __pycache__ folder. Sounds okay to me. -- Greg