[Python-Dev] [Python-checkins] cpython (3.2): Issue #7732: Don't open a directory as a file anymore while importing a (original) (raw)
Éric Araujo merwok at netwok.org
Fri Sep 23 19:11:39 CEST 2011
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] [Python-checkins] cpython (3.2): Issue #7732: Don't open a directory as a file anymore while importing a
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Victor,
diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,10 @@ Core and Builtins -----------------
+- 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. Typo: direcotry
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] [Python-checkins] cpython (3.2): Issue #7732: Don't open a directory as a file anymore while importing a
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]