mirror of https://github.com/python/cpython
242c7498e5
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 |