bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
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. V
Victor Stinner committed
19ba2122ac7313ac29207360cfa864a275b9489e
Parent: a806608
Committed by GitHub <noreply@github.com>
on 9/2/2021, 10:58:00 AM