Марк Коренберг <socketp...@gmail.com> added the comment:

> -1 on going back through blah/xblah all over again.

Originally, I want return value of listdir to be changed from list to 
generator. But next, I thought about compatibility. It will break some code. 
For example, SimpleHTTPServer:

list = os.listdir(path)
list.sort(key=lambda a: a.lower())

will not work.

----------

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

Reply via email to