[issue18065] set __path__ = [] for frozen packages

2013-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 82db02a2e023 by Brett Cannon in branch 'default': Issue #18065: For frozen packages set __path__ to []. http://hg.python.org/cpython/rev/82db02a2e023 -- nosy: +python-dev ___ Python tracker

[issue18065] set __path__ = [] for frozen packages

2013-05-31 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- resolution: - fixed stage: test needed - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18065 ___

[issue18065] set __path__ = [] for frozen packages

2013-05-28 Thread Barry A. Warsaw
Changes by Barry A. Warsaw ba...@python.org: -- nosy: +barry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18065 ___ ___ Python-bugs-list mailing

[issue18065] set __path__ = [] for frozen packages

2013-05-25 Thread Brett Cannon
New submission from Brett Cannon: If you import the frozen __phello__ package, you will notice that __phello__.__path__ == ['__phello__']. While that seems innocuous, that could potentially lead to incorrect results if there just so happens to be a directory named __phello__ which contains a