This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author romberg
Recipients Arfrever, brett.cannon, eric.smith, eric.snow, gregory.p.smith, isoschiz, ncoghlan, pconnell, romberg, superluser, theller
Date 2016-01-04.18:01:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451930477.81.0.101839073072.issue17633@psf.upfronthosting.co.za>
In-reply-to
Content
I have expanded on the issue17633-2 patch to fix an issue with the enumerated value returned by find_loader().  The patch (issue17633-3.diff) is against 3.5.1.

  I have also added more test cases that cover spreading a namespace package across two zip files and between a zip file and a filesystem.  The expanded tests cover the iterable __path__ member of a namespace package.

  No new failures in 'make test'  (gdb and ssl were broken with in 3.5.1 before this patch).

  The expanded test cases should continue to be relevant even if zipimport is rewritten.
History
Date User Action Args
2016-01-04 18:01:18rombergsetrecipients: + romberg, brett.cannon, theller, gregory.p.smith, ncoghlan, eric.smith, Arfrever, eric.snow, pconnell, isoschiz, superluser
2016-01-04 18:01:17rombergsetmessageid: <1451930477.81.0.101839073072.issue17633@psf.upfronthosting.co.za>
2016-01-04 18:01:17romberglinkissue17633 messages
2016-01-04 18:01:17rombergcreate