cpython/Lib/test/test_pathlib
Barney Gale 0634201f53
GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)
Stop raising `ValueError` from `glob.translate()` when a `**` sub-string
appears in a non-recursive pattern segment. This matches `glob.glob()`
behaviour.
2024-03-17 17:09:35 +00:00
..
__init__.py
test_pathlib.py gh-116057: Use relative recursion limits when testing os.walk() and Path.walk() (#116058) 2024-03-10 23:00:33 +01:00
test_pathlib_abc.py GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378) 2024-03-17 17:09:35 +00:00