Commit 33369cf9 authored by Georg Brandl's avatar Georg Brandl

Fix a bunch of "versionchanged" related markup errors.

parent 26af3b22
...@@ -89,7 +89,8 @@ Maildir, mbox, MH, Babyl, and MMDF. ...@@ -89,7 +89,8 @@ Maildir, mbox, MH, Babyl, and MMDF.
format-specific information is used. Otherwise, reasonable defaults for format-specific information is used. Otherwise, reasonable defaults for
format-specific information are used. format-specific information are used.
.. versionchanged:: 3.2 support for binary input .. versionchanged:: 3.2
Support for binary input was added.
.. method:: remove(key) .. method:: remove(key)
......
...@@ -902,10 +902,9 @@ FileHandler Objects ...@@ -902,10 +902,9 @@ FileHandler Objects
Open the file locally, if there is no host name, or the host name is Open the file locally, if there is no host name, or the host name is
``'localhost'``. ``'localhost'``.
This method is applicable only for local hostnames. When a remote hostname .. versionchanged:: 3.2
is given, an :exc:`URLError` is raised. This method is applicable only for local hostnames. When a remote
hostname is given, an :exc:`URLError` is raised.
.. versionchanged:: 3.2
.. _ftp-handler-objects: .. _ftp-handler-objects:
......
...@@ -393,7 +393,6 @@ assignment of an empty slice of the right type (but even this is determined by ...@@ -393,7 +393,6 @@ assignment of an empty slice of the right type (but even this is determined by
the sliced object). the sliced object).
.. versionchanged:: 3.2 .. versionchanged:: 3.2
Previously it was illegal to delete a name from the local namespace if it Previously it was illegal to delete a name from the local namespace if it
occurs as a free variable in a nested block. occurs as a free variable in a nested block.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment