bpo-32380: add "versionadded: 3.8" to singledispatchmethod (GH-12580) · python/cpython@bc284f0 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit bc284f0

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -474,6 +474,9 @@ The :mod:`functools` module defines the following functions:
474 474 The same pattern can be used for other similar decorators: ``staticmethod``,
475 475 ``abstractmethod``, and others.
476 476
477 + .. versionadded:: 3.8
478 +
479 +
477 480 .. function:: update_wrapper(wrapper, wrapped, assigned=WRAPPER_ASSIGNMENTS, updated=WRAPPER_UPDATES)
478 481
479 482 Update a *wrapper* function to look like the *wrapped* function. The optional