summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/mailbox.rst3
-rw-r--r--Doc/library/urllib.request.rst7
2 files changed, 5 insertions, 5 deletions
diff --git a/Doc/library/mailbox.rst b/Doc/library/mailbox.rst
index 83a590e..8623630 100644
--- a/Doc/library/mailbox.rst
+++ b/Doc/library/mailbox.rst
@@ -89,7 +89,8 @@ Maildir, mbox, MH, Babyl, and MMDF.
format-specific information is used. Otherwise, reasonable defaults for
format-specific information are used.
- .. versionchanged:: 3.2 support for binary input
+ .. versionchanged:: 3.2
+ Support for binary input was added.
.. method:: remove(key)
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index db26b27..b4764cc 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -902,10 +902,9 @@ FileHandler Objects
Open the file locally, if there is no host name, or the host name is
``'localhost'``.
- This method is applicable only for local hostnames. When a remote hostname
- is given, an :exc:`URLError` is raised.
-
-.. versionchanged:: 3.2
+ .. versionchanged:: 3.2
+ This method is applicable only for local hostnames. When a remote
+ hostname is given, an :exc:`URLError` is raised.
.. _ftp-handler-objects: