Commit b0fc4903 authored by Brett Cannon's avatar Brett Cannon

Issue #20152: Convert the cmath module to Argument Clinic.

parent c7dc55eb
...@@ -16,8 +16,6 @@ Core and Builtins ...@@ -16,8 +16,6 @@ Core and Builtins
- Issue #22604: Fix assertion error in debug mode when dividing a complex - Issue #22604: Fix assertion error in debug mode when dividing a complex
number by (nan+0j). number by (nan+0j).
- Issue #20152: Convert the array module to Argument Clinic.
- Issue #21052: Do not raise ImportWarning when sys.path_hooks or sys.meta_path - Issue #21052: Do not raise ImportWarning when sys.path_hooks or sys.meta_path
are set to None. are set to None.
...@@ -177,6 +175,8 @@ Core and Builtins ...@@ -177,6 +175,8 @@ Core and Builtins
Library Library
------- -------
- Issue #20152: Convert the array and cmath modules to Argument Clinic.
- Issue #18643: Add socket.socketpair() on Windows. - Issue #18643: Add socket.socketpair() on Windows.
- Issue #22435: Fix a file descriptor leak when SocketServer bind fails. - Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment