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 tim.peters
Recipients jaraco, r.david.murray, steven.daprano, tim.peters
Date 2018-01-07.18:52:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515351165.89.0.467229070634.issue32509@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-01-07 18:52:45tim.peterssetrecipients: + tim.peters, jaraco, steven.daprano, r.david.murray
2018-01-07 18:52:45tim.peterssetmessageid: <1515351165.89.0.467229070634.issue32509@psf.upfronthosting.co.za>
2018-01-07 18:52:45tim.peterslinkissue32509 messages
2018-01-07 18:52:45tim.peterscreate