On 02 mai 07:14, Chris Wong wrote:
> I should explain the logic in the patch then. find_module() will
> return None for the filename for built-in modules. (see below) I
> don't know why the Python devs changed this behavior. I don't know
> what the correct behavior in that case should be, but I would
> imagine it's not possible to search the similarly named zip file
> (since there is no filename, nor is it possible to find it on the
> system). Alternatively, you could detect that it's a built in module
> and skip the check as well.

Thanks for those explanation. Ticket and patch ready: 
http://www.logilab.org/ticket/137244

Also thanks for the bitbucket tickets for the other issues!

Regards
-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to