commit | b1b4c790e7d3b5f4244450aefe3d8f01710c13f7 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon May 11 21:19:20 2020 -0500 |
committer | GitHub <noreply@github.com> | Mon May 11 21:19:20 2020 -0500 |
tree | d0f03bf47219bdec01e64b56aed96df96ab427b1 | |
parent | d0919f0d6bb757b6bcfd7b2e15656d318c9d5cd9 [diff] |
bpo-40480: restore ability to join fnmatch.translate() results (GH-20049) In translate(), generate unique group names across calls. The restores the undocumented ability to get a valid regexp by joining multiple translate() results via `|`.