[Python-Dev] [Python-checkins] cpython (3.2): Issue #11919: try to fix test_imp failure on some buildbots. (original) (raw)
Victor Stinner victor.stinner at haypocalc.com
Tue Apr 26 22:42:33 CEST 2011
- Previous message: [Python-Dev] [Python-checkins] cpython (3.2): Issue #11919: try to fix test_imp failure on some buildbots.
- Next message: [Python-Dev] Allowing import star with namespaces
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Le mardi 26 avril 2011 à 10:03 -0400, Jim Jewett a écrit :
This seems to be changing what is tested -- are you saying that filenames with an included directory name are not intended to be supported?
The test checks the Python parser, not the imp module :-)
I don't understand why: sometimes, find_module() accepts a (relative) path, sometimes it doesn't.
Victor
- Previous message: [Python-Dev] [Python-checkins] cpython (3.2): Issue #11919: try to fix test_imp failure on some buildbots.
- Next message: [Python-Dev] Allowing import star with namespaces
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]