From: Berker Peksag Date: Wed, 11 Feb 2015 13:32:34 +0000 (+0200) Subject: Fix typos in Doc/whatsnew/3.5.rst. X-Git-Tag: v3.5.0a2~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd09d7bac5d8bb0d3319b3b0625e3114852090e8;p=thirdparty%2FPython%2Fcpython.git Fix typos in Doc/whatsnew/3.5.rst. --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 2c6c3a20c585..6453bcee3290 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -149,7 +149,7 @@ Improved Modules cgi --- -* :class:`FieldStorage` now supports the context management protocol. +* :class:`~cgi.FieldStorage` now supports the context management protocol. (Contributed by Berker Peksag in :issue:`20289`.) code @@ -340,8 +340,8 @@ time * The :func:`time.monotonic` function is now always available. (Contributed by Victor Stinner in :issue:`22043`.) -time ----- +urllib +------ * A new :class:`urllib.request.HTTPBasicPriorAuthHandler` allows HTTP Basic Authentication credentials to be sent unconditionally with the first HTTP