We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8431f7 commit dc88e9eCopy full SHA for dc88e9e
Doc/whatsnew/3.14.rst
@@ -1368,9 +1368,6 @@ math
1368
* Added more detailed error messages for domain errors in the module.
1369
(Contributed by Charlie Zhao and Sergey B Kirpichev in :gh:`101410`.)
1370
1371
-* Add :func:`math.isnormal` and :func:`math.issubnormal` functions.
1372
- (Contributed by Sergey B Kirpichev in :gh:`132908`.)
1373
-
1374
1375
mimetypes
1376
---------
Doc/whatsnew/3.15.rst
@@ -86,6 +86,13 @@ New modules
86
Improved modules
87
================
88
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
96
module_name
97
-----------
98
0 commit comments