commit | 53ffdc53bf0500e402682d1459a9a8d06573664c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Sep 23 18:54:40 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Sep 23 18:54:40 2011 +0200 |
tree | 8a31a9cea84833742ff378c663d5854dfe158746 | |
parent | da6eb5305fabdf4a4dd48c010724bcdf962d1612 [diff] |
Issue #7732: Don't open a directory as a file anymore while importing a module. Ignore the direcotry if its name matchs the module name (e.g. "__init__.py") and raise a ImportError instead.