Skip to content

Commit bc284f0

Browse files
authored
bpo-32380: add "versionadded: 3.8" to singledispatchmethod (GH-12580)
1 parent da08470 commit bc284f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/functools.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,9 @@ The :mod:`functools` module defines the following functions:
474474
The same pattern can be used for other similar decorators: ``staticmethod``,
475475
``abstractmethod``, and others.
476476

477+
.. versionadded:: 3.8
478+
479+
477480
.. function:: update_wrapper(wrapper, wrapped, assigned=WRAPPER_ASSIGNMENTS, updated=WRAPPER_UPDATES)
478481

479482
Update a *wrapper* function to look like the *wrapped* function. The optional

0 commit comments

Comments
 (0)