mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
![]() In `glob._Globber`, move pathlib-specific methods to `pathlib._abc.PathGlobber` and replace them with abstract methods. Rename `glob._Globber` to `glob._GlobberBase`. As a result, the `glob` module is no longer befouled by code that can only ever apply to pathlib. No change of behaviour. |
||
---|---|---|
.. | ||
__init__.py | ||
_abc.py | ||
_local.py |