Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33369cf

Browse files
committed
Fix a bunch of "versionchanged" related markup errors.
1 parent 26af3b2 commit 33369cf

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

Doc/library/mailbox.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ Maildir, mbox, MH, Babyl, and MMDF.
8989
format-specific information is used. Otherwise, reasonable defaults for
9090
format-specific information are used.
9191

92-
.. versionchanged:: 3.2 support for binary input
92+
.. versionchanged:: 3.2
93+
Support for binary input was added.
9394

9495

9596
.. method:: remove(key)

Doc/library/urllib.request.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -902,10 +902,9 @@ FileHandler Objects
902902
Open the file locally, if there is no host name, or the host name is
903903
``'localhost'``.
904904

905-
This method is applicable only for local hostnames. When a remote hostname
906-
is given, an :exc:`URLError` is raised.
907-
908-
.. versionchanged:: 3.2
905+
.. versionchanged:: 3.2
906+
This method is applicable only for local hostnames. When a remote
907+
hostname is given, an :exc:`URLError` is raised.
909908

910909

911910
.. _ftp-handler-objects:

Doc/reference/simple_stmts.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ assignment of an empty slice of the right type (but even this is determined by
393393
the sliced object).
394394

395395
.. versionchanged:: 3.2
396-
397396
Previously it was illegal to delete a name from the local namespace if it
398397
occurs as a free variable in a nested block.
399398

0 commit comments

Comments
 (0)