On Sat, 2024-06-08 at 00:15 -0400, Scott Kostyshak wrote: > In the attached patch, I just put a 'r' in front of the string inside > re.compile(). It seems to make Python happy. Is it OK to commit? > > Scott
Yes, that is the right fix. :-) Either that or doubling the backslash but IMHO your solution is more readable and the reason why raw strings were introduced in Python. -- José Abílio -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel