[issue15294] regression with nested namespace packages

Antoine Pitrou report at bugs.python.org
Sun Jul 8 15:16:05 CEST 2012


New submission from Antoine Pitrou <pitrou at free.fr>:

Legacy namespace packages (handled with pkgutil) do not work anymore when they are nested. The attached test file passes under 3.2 but fails under 3.3.

----------
components: Interpreter Core
files: test_nested_nspackage.py
messages: 165014
nosy: brett.cannon, eric.snow, ncoghlan, pitrou
priority: high
severity: normal
status: open
title: regression with nested namespace packages
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file26318/test_nested_nspackage.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15294>
_______________________________________


More information about the Python-bugs-list mailing list