[Python-checkins] Fix description in Python 3.7 What's New (#3603)

Serhiy Storchaka webhook-mailer at python.org
Fri Sep 15 13:01:00 EDT 2017


https://github.com/python/cpython/commit/992f613fe6611f4a3e614a219d0ccb76bc4906d6
commit: 992f613fe6611f4a3e614a219d0ccb76bc4906d6
branch: master
author: Paul Romano <paul.k.romano at gmail.com>
committer: Serhiy Storchaka <storchaka at gmail.com>
date: 2017-09-15T20:00:57+03:00
summary:

Fix description in Python 3.7 What's New (#3603)

files:
M Doc/whatsnew/3.7.rst

diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 44911ccc354..870ca066923 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -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.



More information about the Python-checkins mailing list