2009/7/5 P.J. Eby <p...@telecommunity.com>:
> At 05:26 PM 7/5/2009 +0100, Paul Moore wrote:
>>
>> def get_distribution(name):
>>    for d in get_distributions():
>>        if d.name == name:
>>            return d
>>    return None
>
> Btw, this is broken code anyway, because it's not handling
> case-insensitivity or name canonicalization.  (I've mentioned these issue
> previously on the distutils-sig.)

Yes thanks, we need to fix that, the case-insensitivity or name
canonicalization functions are present, just to be used
in that function too


>
>



-- 
Tarek Ziadé | http://ziade.org
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to