lyx_mirror/development/cmake/po
Scott Kostyshak dee5eec15f cat.py: fix Python deprecation warning
This commit fixes the following warning:

  DeprecationWarning: 'U' mode is deprecated

Removing 'U' has no effect with Python 3 [1]:

  There is an additional mode character permitted, 'U', which no
  longer has any effect, and is considered deprecated. It previously
  enabled universal newlines in text mode, which became the default
  behaviour in Python 3.0.

[1] https://docs.python.org/3/library/functions.html?highlight=open#open

(cherry picked from commit 9715d3504c)
2023-08-25 12:19:33 -04:00
..
cat.py cat.py: fix Python deprecation warning 2023-08-25 12:19:33 -04:00
unix2dos.py unix2dos.py: make it ready for python 3 2017-12-09 00:24:20 +01:00
update-gmo.py