wafsamba: Do not use 'rU' as the 'U' is deprecated in Python 3.9
authorAndreas Schneider <asn@samba.org>
Wed, 5 Feb 2020 15:58:26 +0000 (16:58 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 6 Feb 2020 13:10:31 +0000 (13:10 +0000)
commitd0a0bcf67c8b9a1d4fd9482e82c809e950140087
treeea84847c4853b8d79b44e41b8bf0ab5c434b4e07
parent044a1fee5f7b7bef00e39bea2c4cd0caf8589d37
wafsamba: Do not use 'rU' as the 'U' is deprecated in Python 3.9

See https://docs.python.org/3.9/whatsnew/3.9.html#changes-in-the-python-api

"open(), io.open(), codecs.open() and fileinput.FileInput no longer accept 'U'
(“universal newline”) in the file mode. This flag was deprecated since Python
3.3. In Python 3, the “universal newline” is used by default when a file is
open in text mode. The newline parameter of open() controls how universal
newlines works."

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14266

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Thu Feb  6 07:30:13 UTC 2020 on sn-devel-184

(cherry picked from commit 52722746a5eb40c309ba59f78bd8e3d897417bdc)

Autobuild-User(v4-12-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-12-test): Thu Feb  6 13:10:31 UTC 2020 on sn-devel-184
buildtools/wafsamba/samba_utils.py