[docs] [issue33275] glob.glob should explicitly note that results aren't sorted

Eryk Sun report at bugs.python.org
Fri Apr 13 19:55:52 EDT 2018


Eryk Sun <eryksun at gmail.com> added the comment:

> 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).

----------
nosy: +eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33275>
_______________________________________


More information about the docs mailing list