diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-02-11 15:32:34 +0200 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-02-11 15:32:34 +0200 |
commit | bd09d7bac5d8bb0d3319b3b0625e3114852090e8 (patch) | |
tree | 714028f9be33e26adb961b11c28f8f5df5beea60 | |
parent | 385efb4d9942ad483c7f866633ee735a2ec5003f (diff) | |
download | cpython-git-bd09d7bac5d8bb0d3319b3b0625e3114852090e8.tar.gz |
Fix typos in Doc/whatsnew/3.5.rst.
-rw-r--r-- | Doc/whatsnew/3.5.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 2c6c3a20c5..6453bcee32 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 |