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 eryksun
Recipients Ben FrantzDale, cheryl.sabella, docs@python, eryksun, rhettinger
Date 2018-04-13.23:55:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523663752.91.0.682650639539.issue33275@psf.upfronthosting.co.za>
In-reply-to
Content
> The sortedness of glob.glob's output is platform-dependent.

It's typically file-system dependent (e.g. NTFS, FAT, ISO9660, UDF) -- at least on Windows. NTFS and ISO9660 store directories in sorted order based on the filename (Unicode or ASCII ordinal sort).
History
Date User Action Args
2018-04-13 23:55:52eryksunsetrecipients: + eryksun, rhettinger, docs@python, cheryl.sabella, Ben FrantzDale
2018-04-13 23:55:52eryksunsetmessageid: <1523663752.91.0.682650639539.issue33275@psf.upfronthosting.co.za>
2018-04-13 23:55:52eryksunlinkissue33275 messages
2018-04-13 23:55:52eryksuncreate