cpython/Lib/pathlib
Barney Gale b4bdf83cc6
GH-116380: Revert move of pathlib globbing code to `pathlib._glob` (#118678)
The previous change made the `glob` module slower to import, because it
imported `pathlib._glob` and hence the rest of `pathlib`.

Reverts a40f557d7b.
2024-05-07 00:32:48 +00:00
..
__init__.py Move pathlib implementation out of `__init__.py` (#118582) 2024-05-05 20:57:19 +01:00
_abc.py GH-116380: Revert move of pathlib globbing code to `pathlib._glob` (#118678) 2024-05-07 00:32:48 +00:00
_local.py GH-116380: Revert move of pathlib globbing code to `pathlib._glob` (#118678) 2024-05-07 00:32:48 +00:00