]> granicus.if.org Git - python/commitdiff
Fix a bunch of "versionchanged" related markup errors.
authorGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 20:48:03 +0000 (22:48 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 20:48:03 +0000 (22:48 +0200)
Doc/library/mailbox.rst
Doc/library/urllib.request.rst
Doc/reference/simple_stmts.rst

index 83a590ee68d6d428906137d5f38bb5516c889c43..8623630aaaa8290ff22c1471db02ad15adc5ab51 100644 (file)
@@ -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)
index db26b27bdf668c3483bdd46158938753b2e3f1d2..b4764cc2bdb274b1219d89f5e6d11f6df4dd640f 100644 (file)
@@ -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:
index 34ed92fc7ab95fb071dd1929499431f033b0cbfe..73183d5564ac0ab528b1aa7040256efba3811617 100644 (file)
@@ -393,7 +393,6 @@ assignment of an empty slice of the right type (but even this is determined by
 the sliced object).
 
 .. versionchanged:: 3.2
-
    Previously it was illegal to delete a name from the local namespace if it
    occurs as a free variable in a nested block.