diff options
author | Paul Romano <paul.k.romano@gmail.com> | 2017-09-15 17:00:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-09-15 17:00:57 (GMT) |
commit | 992f613fe6611f4a3e614a219d0ccb76bc4906d6 (patch) | |
tree | 0a0fd7f3252dfc6c6d59650bb352f2c8d8138e82 /Doc | |
parent | da67e0d644bd3185efdaa4d15cc2ac0828ca83f9 (diff) | |
download | cpython-992f613fe6611f4a3e614a219d0ccb76bc4906d6.zip cpython-992f613fe6611f4a3e614a219d0ccb76bc4906d6.tar.gz cpython-992f613fe6611f4a3e614a219d0ccb76bc4906d6.tar.bz2 |
Fix description in Python 3.7 What's New (#3603)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 44911cc..870ca06 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. |