From 854ffcb6f34222c19b3514bb71381ab706777e80 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 21 Jun 2013 00:36:30 +0200 Subject: whatsnew/3.4: mention functools.singledispatch, PEP 443 --- Doc/whatsnew/3.4.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 4d93707..8399f68 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 ------- -- cgit v0.12