Fix typos in Doc/whatsnew/3.5.rst.

This commit is contained in:
Berker Peksag 2015-02-11 15:32:34 +02:00
parent 385efb4d99
commit bd09d7bac5
1 changed files with 3 additions and 3 deletions

View File

@ -149,7 +149,7 @@ Improved Modules
cgi 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`.) (Contributed by Berker Peksag in :issue:`20289`.)
code code
@ -340,8 +340,8 @@ time
* The :func:`time.monotonic` function is now always available. (Contributed by * The :func:`time.monotonic` function is now always available. (Contributed by
Victor Stinner in :issue:`22043`.) Victor Stinner in :issue:`22043`.)
time urllib
---- ------
* A new :class:`urllib.request.HTTPBasicPriorAuthHandler` allows HTTP Basic * A new :class:`urllib.request.HTTPBasicPriorAuthHandler` allows HTTP Basic
Authentication credentials to be sent unconditionally with the first HTTP Authentication credentials to be sent unconditionally with the first HTTP