From: Victor Stinner Date: Tue, 29 Oct 2019 09:32:39 +0000 (+0100) Subject: bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972) X-Git-Tag: v3.8.1rc1~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d2862a323ae1387e306942253b1e487018e2b7f;p=thirdparty%2FPython%2Fcpython.git bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972) Update open() documentation. --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 0236ff03da07..bc46844246cf 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1245,7 +1245,7 @@ are always available. They are listed here in alphabetical order. * The file is now non-inheritable. - .. deprecated-removed:: 3.4 4.0 + .. deprecated-removed:: 3.4 3.9 The ``'U'`` mode.