From: Victor Stinner Date: Wed, 22 Oct 2014 07:55:44 +0000 (+0200) Subject: Issue #22695: Fix syntax of open() doc X-Git-Tag: v3.4.3rc1~441 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c803bd84b529f3a300f9ba808b60dd50e4e365bf;p=thirdparty%2FPython%2Fcpython.git Issue #22695: Fix syntax of open() doc --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index b45848c97582..8b69b62aff5c 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.