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 vila
Recipients barry, michael.foord, r.david.murray, rbcollins, vila
Date 2013-06-12.13:59:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371045557.56.0.136035192232.issue18198@psf.upfronthosting.co.za>
In-reply-to
Content
> The linked code does something different.

Right, it addressed other issues encountered in that project:
1 - the need for different paterns for files and directories (http://bugs.python.org/issue16662),
2 - handling import errors at load time (http://bugs.python.org/issue7559 as Robert told me),
3 - changing discovery policy at package level
4 - not importing test files (project specific)

The most blocking issue in that project was that there was no way to address (3). If that's fixed (and (1) as well) with http://bugs.python.org/issue16662, I'm fine with that, I'll be able to build the specifics for that project on top of it.
History
Date User Action Args
2013-06-12 13:59:17vilasetrecipients: + vila, barry, rbcollins, r.david.murray, michael.foord
2013-06-12 13:59:17vilasetmessageid: <1371045557.56.0.136035192232.issue18198@psf.upfronthosting.co.za>
2013-06-12 13:59:17vilalinkissue18198 messages
2013-06-12 13:59:17vilacreate