[issue15294] regression with nested namespace packages

2012-07-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: Committed! I also backported the test to 3.2. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue15294] regression with nested namespace packages

2012-07-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset a7b8c3323db9 by Antoine Pitrou in branch 'default': Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested namespace packages. http://hg.python.org/cpython/rev/a7b8c3323db9 -- nosy: +python-dev __

[issue15294] regression with nested namespace packages

2012-07-08 Thread Eric V. Smith
Eric V. Smith added the comment: The patch looks good to me. I haven't run the tests, though. -- ___ Python tracker ___ ___ Python-bu

[issue15294] regression with nested namespace packages

2012-07-08 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue15294] regression with nested namespace packages

2012-07-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : Removed file: http://bugs.python.org/file26320/nestednspkg.patch ___ Python tracker ___ ___ Python-bugs-list maili

[issue15294] regression with nested namespace packages

2012-07-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : Added file: http://bugs.python.org/file26321/nestednspkg.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue15294] regression with nested namespace packages

2012-07-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here is a patch. -- keywords: +patch Added file: http://bugs.python.org/file26320/nestednspkg.patch ___ Python tracker ___

[issue15294] regression with nested namespace packages

2012-07-08 Thread Eric V. Smith
Changes by Eric V. Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue15294] regression with nested namespace packages

2012-07-08 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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.canno