We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f88a5e commit 5912abcCopy full SHA for 5912abc
Doc/library/pathlib.rst
@@ -1382,14 +1382,14 @@ Reading directories
1382
The paths are returned in no particular order.
1383
If you need a specific order, sort the results.
1384
1385
- .. seealso::
1386
- :ref:`pathlib-pattern-language` and :meth:`Path.glob` documentation.
1387
-
1388
.. note::
1389
Any :exc:`OSError` exceptions raised from scanning the filesystem are
1390
suppressed. This includes :exc:`PermissionError` when accessing
1391
directories without read permission.
1392
+ .. seealso::
+ :ref:`pathlib-pattern-language` and :meth:`Path.glob` documentation.
+
1393
.. audit-event:: pathlib.Path.rglob self,pattern pathlib.Path.rglob
1394
1395
.. versionchanged:: 3.12
0 commit comments