Fix a few scoping issues with versionadded/versionchanged directives.

This commit is contained in:
Georg Brandl 2014-03-24 09:06:18 +01:00
parent 645d3b7655
commit df48b97855
12 changed files with 38 additions and 32 deletions

View file

@ -626,8 +626,8 @@ ABC hierarchy::
have to implement it, but it is still available for compatibility
purposes. Raise :exc:`IOError` if the path cannot be handled.
.. versionchanged:: 3.4
Raise :exc:`IOError` instead of :exc:`NotImplementedError`.
.. versionchanged:: 3.4
Raise :exc:`IOError` instead of :exc:`NotImplementedError`.
.. method:: set_data(path, data)