Tim Peters <t...@python.org> added the comment:

By the way, going back to your original problem, "the usual" solution to that 
different platforms can list directories in different orders is  simply to sort 
the listing yourself.  That's pretty easy in Python ;-)  Then your test can 
verify the hashes and names of _every_ file of interest - and would be clearer 
on the face of it than anything you could do to try to ignore every line save 
one.

----------

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

Reply via email to