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 quentel
Recipients orsenthil, quentel, v+python
Date 2012-05-08.06:22:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336458169.03.0.0544980651441.issue14565@psf.upfronthosting.co.za>
In-reply-to
Content
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 ?
History
Date User Action Args
2012-05-08 06:22:49quentelsetrecipients: + quentel, orsenthil, v+python
2012-05-08 06:22:49quentelsetmessageid: <1336458169.03.0.0544980651441.issue14565@psf.upfronthosting.co.za>
2012-05-08 06:22:48quentellinkissue14565 messages
2012-05-08 06:22:48quentelcreate