Daniel Shahaf wrote: > julianf...@apache.org wrote on Thu, 28 Jun 2018 17:25 +0000: > > + unidiff_patch += ['\ No newline at end of property\n'] > > The sequence <backslash><space> will be a SyntaxError in a future > version of Python: [...] Therefore, The first slash should be doubled.
Thanks for pointing this out. This was copied from elsewhere in our test suite. Fixed throughout, in http://svn.apache.org/r1834787 . - Julian