From 1d2862a323ae1387e306942253b1e487018e2b7f Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 29 Oct 2019 10:32:39 +0100 Subject: bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972) Update open() documentation. --- Doc/library/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 0236ff0..bc46844 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. -- cgit v0.12