bpo-32380: add "versionadded: 3.8" to singledispatchmethod (GH-12580)

This commit is contained in:
Inada Naoki 2019-03-27 18:15:17 +09:00 committed by GitHub
parent da0847048a
commit bc284f0c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -474,6 +474,9 @@ The :mod:`functools` module defines the following functions:
The same pattern can be used for other similar decorators: ``staticmethod``,
``abstractmethod``, and others.
.. versionadded:: 3.8
.. function:: update_wrapper(wrapper, wrapped, assigned=WRAPPER_ASSIGNMENTS, updated=WRAPPER_UPDATES)
Update a *wrapper* function to look like the *wrapped* function. The optional