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 faassen
Recipients Arfrever, brett.cannon, chris.jerdonek, docs@python, eric.araujo, eric.smith, faassen, gennad, ncoghlan
Date 2013-12-02.15:58:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385999882.4.0.920055878604.issue14787@psf.upfronthosting.co.za>
In-reply-to
Content
I just ran into this bug myself with namespace packages (in Python 2.7). When you have multiple packages (ns.a, ns.b) under a namespace package (ns), and constrain the paths in walk_packages so it should only pick up ns.a, it will pick up ns.b as well.

Any hope for a fix or workaround?
History
Date User Action Args
2013-12-02 15:58:02faassensetrecipients: + faassen, brett.cannon, ncoghlan, eric.smith, eric.araujo, Arfrever, chris.jerdonek, docs@python, gennad
2013-12-02 15:58:02faassensetmessageid: <1385999882.4.0.920055878604.issue14787@psf.upfronthosting.co.za>
2013-12-02 15:58:02faassenlinkissue14787 messages
2013-12-02 15:58:02faassencreate