]> 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 04:33:37 +0000 (23:33 -0500)
commit42718b1dbd7d5fe6ef6521fb3b87f405b72d1df8
tree324863fe2524417931355fb88b97a94f42738a98
parent4fc0f3e754e61d75c8c9c3c5ceac092fc3a8cdae
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.

(cherry picked from commit 6b5a7116cd6697d1121a5ffb76d54102a8e265ba)
lib/configure.py