Richard Heck 42718b1dbd 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)
2018-02-01 23:33:37 -05:00
..
2011-04-02 11:00:19 +00:00
2018-01-01 12:30:34 +01:00
2011-02-21 19:56:43 +00:00
2018-01-05 11:10:52 +01:00
2017-06-07 00:55:23 +02:00