From: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 29 Oct 2019 09:38:37 +0000 (-0700) Subject: bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972) X-Git-Tag: v3.7.6rc1~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4cb08b6c0ae6989d169dd48c2b24087941f6d0b0;p=thirdparty%2FPython%2Fcpython.git bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972) Update open() documentation. (cherry picked from commit 1d2862a323ae1387e306942253b1e487018e2b7f) Co-authored-by: Victor Stinner --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 06ba323ca30c..ff51a4a32cc5 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1173,7 +1173,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.