mirror of
https://github.com/python/cpython.git
synced 2026-05-22 20:32:36 -04:00
a40f557d7b
Moving this code under the `pathlib` package makes it quite a lot easier to backport in the `pathlib-abc` PyPI package. It was a bit foolish of me to add it to `glob` in the first place. Also add `translate()` to `__all__` in `glob`. This function is new in 3.13, so there's no NEWS needed.