Ezio Melotti <ezio.melo...@gmail.com> added the comment:

Python doesn't require the .py to run the code if there's a .pyc.  This is 
expected so there's no need to give a warning.

If the .py is present but it's a symlink pointing nowhere, it might make sense 
to give a warning before falling back silently on the .pyc.

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13523>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to