Issue #14599: Generalize a test for ImportError.path and add support
authorBrett Cannon <brett@python.org>
Fri, 20 Apr 2012 19:22:50 +0000 (15:22 -0400)
committerBrett Cannon <brett@python.org>
Fri, 20 Apr 2012 19:22:50 +0000 (15:22 -0400)
commitf0434e647aa3e7b82a740be4a820aec951a885ac
treeea6c3e0d3b874549cc081a54e0e0c63ac132da38
parent3c23a87e58ba5ba3161eaacae98a49a79e1f2786
Issue #14599: Generalize a test for ImportError.path and add support
in Python/dynload_shlibs.c.

This should fix the remaining importlib test failure on Windows.
Support in AIX and HP-UX will be in a separate checkin.
Lib/test/test_imp.py
Lib/test/test_import.py
Python/dynload_shlib.c
Python/importdl.c