]> granicus.if.org Git - python/commitdiff
Fix description in Python 3.7 What's New (#3603)
authorPaul Romano <paul.k.romano@gmail.com>
Fri, 15 Sep 2017 17:00:57 +0000 (12:00 -0500)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 15 Sep 2017 17:00:57 +0000 (20:00 +0300)
Doc/whatsnew/3.7.rst

index 44911ccc3547651ac004cd2c7dfbfeff452fc9f7..870ca066923521b8bc9cc99a40bf5680a834124f 100644 (file)
@@ -296,9 +296,8 @@ Optimizations
   (Contributed by Serhiy Storchaka in :issue:`24821`.)
 
 * Fast implementation from standard C library is now used for functions
-  :func:`~math.tgamma`, :func:`~math.lgamma`, :func:`~math.erf` and
-  :func:`~math.erfc` in the :mod:`math` module. (Contributed by Serhiy
-  Storchaka in :issue:`26121`.)
+  :func:`~math.erf` and :func:`~math.erfc` in the :mod:`math` module.
+  (Contributed by Serhiy Storchaka in :issue:`26121`.)
 
 * The :func:`os.fwalk` function has been sped up by 2 times.  This was done
   using the :func:`os.scandir` function.