On Friday 14 February 2014 21:45:11 Scott Kostyshak wrote: > This patch was mistakenly posted on a Github account: > https://github.com/djmitche/lyx/commit/09632fab35acf9d1a7003a4055f7638ed2b613d9 > > The author's email is on his Github page. > > Is this something to look at or forget? > > Scott
To look at, universal newlines are supported in python since python 2.3 and the minimum version that we support is python 2.4 so it is safe. Regards, :-) -- José Abílio
