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

* pygnulib/GLModuleSystem.py: Don't use flag re.S on regular expressions
that are meant to match a single line only, and remove the use of the
"minimal matching" *? construct whose only purpose was to neutralize the
re.S flag.
* pygnulib/GLEmiter.py: Likewise.
* pygnulib/GLImport.py: Likewise.
* pygnulib/GLTestDir.py: Likewise.
ChangeLog
pygnulib/GLEmiter.py
pygnulib/GLImport.py
pygnulib/GLModuleSystem.py
pygnulib/GLTestDir.py