]> granicus.if.org Git - python/commitdiff
whatsnew/3.4: mention functools.singledispatch, PEP 443
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Jun 2013 22:36:30 +0000 (00:36 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Jun 2013 22:36:30 +0000 (00:36 +0200)
Doc/whatsnew/3.4.rst

index 4d93707ea7ef7555d6ebb015211b773b126b71cf..8399f6874b1e93aa5b5fbdcc3f5302098bd1c8fe 100644 (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`.)
 
 
+functools
+---------
+
+New :func:`functools.singledispatch` decorator: see the :pep:`443`.
+
+
 smtplib
 -------