whatsnew/3.4: mention functools.singledispatch, PEP 443

This commit is contained in:
Victor Stinner 2013-06-21 00:36:30 +02:00
parent 84e33c8431
commit 854ffcb6f3
1 changed files with 6 additions and 0 deletions

View File

@ -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`.) detected. (Contributed by R. David Murray and Daniel Urban in :issue:`16522`.)
functools
---------
New :func:`functools.singledispatch` decorator: see the :pep:`443`.
smtplib smtplib
------- -------