[New-bugs-announce] [issue39569] Is the return value of pathlib.Path.glob() sorted?

Björn Lindqvist report at bugs.python.org
Thu Feb 6 11:00:25 EST 2020


New submission from Björn Lindqvist <bjourne at gmail.com>:

It would be great if the docs were clearer on what you can assume on the ordering of pathlib.Path.glob() calls. Is it sorted? Is it the same in consecutive calls? I'm guessing you can't assume anything at all, which I think should be clarified in the docs.

----------
assignee: docs at python
components: Documentation
messages: 361494
nosy: Björn.Lindqvist, docs at python
priority: normal
severity: normal
status: open
title: Is the return value of pathlib.Path.glob() sorted?
type: enhancement
versions: Python 3.9

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


More information about the New-bugs-announce mailing list