]> granicus.if.org Git - python/commit
Issue #13959: Continue to try to accomodate altsep in importlib by not
authorBrett Cannon <brett@python.org>
Sun, 22 Apr 2012 15:45:07 +0000 (11:45 -0400)
committerBrett Cannon <brett@python.org>
Sun, 22 Apr 2012 15:45:07 +0000 (11:45 -0400)
commit5c903e6ee17a686ec85f8557595cc664bfce5de5
treedcee8e7659d470f281bf06138068290a41c3e66f
parentce9bb9eaa057dbac9950baf3008e9e17c1390468
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.
Lib/importlib/_bootstrap.py
Python/importlib.h