Skip to content

Commit b0fc490

Browse files
committed
Issue #20152: Convert the cmath module to Argument Clinic.
1 parent c7dc55e commit b0fc490

File tree

3 files changed

+1120
-224
lines changed

3 files changed

+1120
-224
lines changed

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Core and Builtins
1616
- Issue #22604: Fix assertion error in debug mode when dividing a complex
1717
number by (nan+0j).
1818

19-
- Issue #20152: Convert the array module to Argument Clinic.
20-
2119
- Issue #21052: Do not raise ImportWarning when sys.path_hooks or sys.meta_path
2220
are set to None.
2321

@@ -177,6 +175,8 @@ Core and Builtins
177175
Library
178176
-------
179177

178+
- Issue #20152: Convert the array and cmath modules to Argument Clinic.
179+
180180
- Issue #18643: Add socket.socketpair() on Windows.
181181

182182
- Issue #22435: Fix a file descriptor leak when SocketServer bind fails.

0 commit comments

Comments
 (0)