5c00eea122
This broke in #3382 since re.fullmatch does a different thing for trailing newlines: >>> line '===========\n' >>> re.match(r'^=+$', line) <_sre.SRE_Match object; span=(0, 11), match='==========='> >>> re.fullmatch(r'=+', line) >>> This now strips the line by default, and adds newlines if needed. |
||
---|---|---|
.. | ||
dev | ||
testbrowser_cpp | ||
__init__.py | ||
asciidoc2html.py | ||
dictcli.py | ||
hist_importer.py | ||
importer.py | ||
keytester.py | ||
link_pyqt.py | ||
open_url_in_instance.sh | ||
setupcommon.py | ||
testbrowser.py | ||
utils.py |