whatsnew/3.4: mention functools.singledispatch, PEP 443
This commit is contained in:
parent
84e33c8431
commit
854ffcb6f3
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in New Issue