diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-10-22 09:55:44 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-10-22 09:55:44 +0200 |
commit | c803bd84b529f3a300f9ba808b60dd50e4e365bf (patch) | |
tree | 39ce24c2790a46dfefa0b13b7cfa838872ffc8e4 | |
parent | 4b4ddb21904320bd009688a473186041c52135a4 (diff) | |
download | cpython-git-c803bd84b529f3a300f9ba808b60dd50e4e365bf.tar.gz |
Issue #22695: Fix syntax of open() doc
-rw-r--r-- | Doc/library/functions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index b45848c975..8b69b62aff 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1054,6 +1054,7 @@ are always available. They are listed here in alphabetical order. The file is now non-inheritable. .. deprecated-removed:: 3.4 4.0 + The ``'U'`` mode. |