commit | 1d2862a323ae1387e306942253b1e487018e2b7f | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Oct 29 10:32:39 2019 +0100 |
committer | GitHub <noreply@github.com> | Tue Oct 29 10:32:39 2019 +0100 |
tree | 91a01412beb55ca3a761b2d929f49b99a7647285 | |
parent | 3801b2699eb9441ca31c6ec8fa956fc0fe755ef7 [diff] |
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 0236ff0..bc46844 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst
@@ -1245,7 +1245,7 @@ * The file is now non-inheritable. - .. deprecated-removed:: 3.4 4.0 + .. deprecated-removed:: 3.4 3.9 The ``'U'`` mode.