distutils icon indicating copy to clipboard operation
distutils copied to clipboard

Fix regex tests on Python 3.14

Open Avasam opened this issue 2 months ago • 0 comments

Fixes #381

This updates tests expectations, but alternatively I can update glob_to_re's implementation to always capitalize \z so that the result stays consistent across Python versions (at least for as long as \Z stays supported, which I guess is gonna be quite a while)

Avasam avatar Nov 02 '25 20:11 Avasam