Commit 4d682b3
authored
Update pathlib.py Path.glob()
Fix glob() to return Path objects rather than bare strings, same as CPython
https://docs.python.org/3/library/pathlib.html#pathlib.Path.glob
Signed-off-by: RotatingLlama <137008229+RotatingLlama@users.noreply.github.com>1 parent 913498e commit 4d682b3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments