diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 4d93707ea7e..8399f6874b1 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -177,6 +177,12 @@ Added ``FAIL_FAST`` flag to halt test running as soon as the first failure is detected. (Contributed by R. David Murray and Daniel Urban in :issue:`16522`.) +functools +--------- + +New :func:`functools.singledispatch` decorator: see the :pep:`443`. + + smtplib -------