]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Make regex uses more straightforward.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Aug 2022 11:40:07 +0000 (13:40 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Aug 2022 21:04:09 +0000 (23:04 +0200)
commit9d722ddced2e46a06255be8eb24a54015f611af7
tree3d81da7902564dfd37ca9d879a17b2f686be0c90
parent54bf87fe01941049356177a1902bdf1a3eb49f7f
gnulib-tool.py: Make regex uses more straightforward.

* pygnulib/constants.py: Don't use the "minimal matching" *? construct
when it makes no difference (because we're matching a single line only
and flag re.M is not specified).
* pygnulib/GLModuleSystem.py: Likewise.
ChangeLog
pygnulib/GLModuleSystem.py
pygnulib/constants.py