mirror of
https://github.com/python/cpython.git
synced 2026-06-25 04:13:56 -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.