Issue #17633: Improve support for namespace packages with zipimport.
authorBrett Cannon <brett@python.org>
Fri, 15 Jan 2016 19:22:19 +0000 (11:22 -0800)
committerBrett Cannon <brett@python.org>
Fri, 15 Jan 2016 19:22:19 +0000 (11:22 -0800)
commit56aae8f3043761853504193508d404280a3ec40b
treee47f204077b6723f54cf0da43a4fc33784844dfb
parent07b954d1488c961cf8520f9bdb727925bd4b191e
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.
Lib/test/test_zipimport.py
Misc/NEWS
Modules/zipimport.c