Skip to content

Commit dc88e9e

Browse files
committed
-> 3.15
1 parent a8431f7 commit dc88e9e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,9 +1368,6 @@ math
13681368
* Added more detailed error messages for domain errors in the module.
13691369
(Contributed by Charlie Zhao and Sergey B Kirpichev in :gh:`101410`.)
13701370

1371-
* Add :func:`math.isnormal` and :func:`math.issubnormal` functions.
1372-
(Contributed by Sergey B Kirpichev in :gh:`132908`.)
1373-
13741371

13751372
mimetypes
13761373
---------

Doc/whatsnew/3.15.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ New modules
8686
Improved modules
8787
================
8888

89+
math
90+
----
91+
92+
* Add :func:`math.isnormal` and :func:`math.issubnormal` functions.
93+
(Contributed by Sergey B Kirpichev in :gh:`132908`.)
94+
95+
8996
module_name
9097
-----------
9198

0 commit comments

Comments
 (0)