commit | cf649958f72efbe2d68ffcfcb0a01ce53ff69f88 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Sun Apr 22 02:06:23 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Sun Apr 22 02:06:23 2012 -0400 |
tree | 7bf6473edf69e13cadf5e60a8009c2d3eaa4b867 | |
parent | 6c802b8491200ac360ff407603f72704f4ccdf66 [diff] [blame] |
Revert to os.path.join() semantics for path manipulation in importlib which is different than what imp.cache_from_source() operates on.
diff --git a/Python/importlib.h b/Python/importlib.h index ad3894d..c6c5618 100644 --- a/Python/importlib.h +++ b/Python/importlib.h Binary files differ