[Python-checkins] cpython: Fix typos in Doc/whatsnew/3.5.rst.
berker.peksag
python-checkins at python.org
Wed Feb 11 14:32:41 CET 2015
https://hg.python.org/cpython/rev/688cd0682916
changeset: 94585:688cd0682916
user: Berker Peksag <berker.peksag at gmail.com>
date: Wed Feb 11 15:32:34 2015 +0200
summary:
Fix typos in Doc/whatsnew/3.5.rst.
files:
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
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -149,7 +149,7 @@
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 @@
* 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
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list