commit | 56aae8f3043761853504193508d404280a3ec40b | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Jan 15 11:22:19 2016 -0800 |
committer | Brett Cannon <brett@python.org> | Fri Jan 15 11:22:19 2016 -0800 |
tree | e47f204077b6723f54cf0da43a4fc33784844dfb | |
parent | 07b954d1488c961cf8520f9bdb727925bd4b191e [diff] |
Issue #17633: Improve support for namespace packages with zipimport. Previously zipimport mistakenly limited namespace support to only the top-level of the zipfile when it should have supported an arbitrary depth. Thanks to Phil Connel for the bug report and initial patch and Mike Romberg for the final patch.