Thanks to visit codestin.com Credit goes to github.com
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 c7dc55e commit b0fc490Copy full SHA for b0fc490
3 files changed
Misc/NEWS
@@ -16,8 +16,6 @@ Core and Builtins
16
- Issue #22604: Fix assertion error in debug mode when dividing a complex
17
number by (nan+0j).
18
19
-- Issue #20152: Convert the array module to Argument Clinic.
20
-
21
- Issue #21052: Do not raise ImportWarning when sys.path_hooks or sys.meta_path
22
are set to None.
23
@@ -177,6 +175,8 @@ Core and Builtins
177
175
Library
178
176
-------
179
+- Issue #20152: Convert the array and cmath modules to Argument Clinic.
+
180
- Issue #18643: Add socket.socketpair() on Windows.
181
182
- Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
0 commit comments