Closed GoogleCodeExporter closed 9 years ago
Thanks, I’ll add the patch. I didn’t realize and thought the files sorting
was kind of automatic. I always saw them in the right order on my Windows box
at least.
>>> os.listdir("./")
['IMG_0001.jpg', 'IMG_0002.jpg', 'IMG_0003.jpg', 'IMG_0004.jpg']
But looking at the Python doc it says “The list is in arbitrary order.” so
the sorting must be useful in some cases.
http://docs.python.org/2/library/os.html#os.listdir
Original comment by francois...@gmail.com
on 4 Sep 2013 at 10:26
Thanks. I've just comited the patch.
Original comment by francois...@gmail.com
on 5 Sep 2013 at 6:39
Original issue reported on code.google.com by
mhriv...@hrivnak.org
on 4 Sep 2013 at 3:50Attachments: