]> git.lyx.org Git - features.git/commit
Double escape binary regex in lyx2lyx and fix line-ending problem.
authorRichard Heck <rgheck@lyx.org>
Fri, 2 Feb 2018 02:58:29 +0000 (21:58 -0500)
committerRichard Heck <rgheck@lyx.org>
Fri, 2 Feb 2018 03:11:45 +0000 (22:11 -0500)
commit6b5a7116cd6697d1121a5ffb76d54102a8e265ba
tree8b7b4d9b5449d56e34967f5d53191c99c891fdfd
parent5ce36019e591fbdf4a0cb3e44f3f9e2dc662be89
Double escape binary regex in lyx2lyx and fix line-ending problem.

When we switched from r'...' to b'...', this required strings used
as input to re.compile to be double-escaped. It's not an issue with
"\s", because "\s" has no special meaning in a string.

Also, printing in binary mode did not output a line ending.
lib/configure.py