STINNER Victor <victor.stin...@haypocalc.com> added the comment:

import_directory-py3k.patch: find_module_path_list() ignores silently 
directories matching requested filename pattern (like module_name + ".py"). I 
don't think that it is useful to emit a warning (or raise an error) here, the 
code checks for various file extensions, not only .pyc: .so, .pyd, ...

----------
Added file: http://bugs.python.org/file22415/import_directory-py3k.patch

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

Reply via email to