commit | 5c903e6ee17a686ec85f8557595cc664bfce5de5 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Sun Apr 22 11:45:07 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Sun Apr 22 11:45:07 2012 -0400 |
tree | dcee8e7659d470f281bf06138068290a41c3e66f | |
parent | ce9bb9eaa057dbac9950baf3008e9e17c1390468 [diff] [blame] |
Issue #13959: Continue to try to accomodate altsep in importlib by not ignoring altsep if it already exists on a path when doing a join.
diff --git a/Python/importlib.h b/Python/importlib.h index c6c5618..4b1001d 100644 --- a/Python/importlib.h +++ b/Python/importlib.h Binary files differ