[Python-Dev] [Python-checkins] cpython (3.2): Issue #11919: try to fix test_imp failure on some buildbots.

Victor Stinner victor.stinner at haypocalc.com
Tue Apr 26 22:42:33 CEST 2011


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



More information about the Python-Dev mailing list