mirror of
https://github.com/python/cpython.git
synced 2026-04-04 11:00:58 +00:00
whatsnew/3.4: mention functools.singledispatch, PEP 443
This commit is contained in:
parent
84e33c8431
commit
854ffcb6f3
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue