Pierre Quentel <pierre.quen...@gmail.com> added the comment:

Hi Glenn,

My proposal was not about optimization, I just thought that "if x==y" is 
simpler than "if len(x)==len(y) and x==y". Since we don't expect that there 
will be many directories in the list, I don't think optimizing is so important. 
But it doesn't matter to me really, the most important is to have the bug fixed

Can you propose a diff file so that the committers can review it ?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14565>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to