mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix a few scoping issues with versionadded/versionchanged directives.
This commit is contained in:
parent
645d3b7655
commit
df48b97855
12 changed files with 38 additions and 32 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue