mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
0634201f53
Stop raising `ValueError` from `glob.translate()` when a `**` sub-string appears in a non-recursive pattern segment. This matches `glob.glob()` behaviour.