]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972)
authorVictor Stinner <vstinner@python.org>
Tue, 29 Oct 2019 09:32:39 +0000 (10:32 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2019 09:32:39 +0000 (10:32 +0100)
Update open() documentation.

Doc/library/functions.rst

index 0236ff03da07413e4203115445fffa969d57e1d9..bc46844246cf034290d9054155bcc82c4daa32a8 100644 (file)
@@ -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.