summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-10-10 21:51:04 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-10-10 21:51:04 (GMT)
commit759920c5cb7aa8f9218b35148a3e4fb129cb86f2 (patch)
treee59e52ff9ea28029407eaf58c8e3813f8fd9cf62 /Misc/NEWS
parentfc260a9a97156cc1cfee88b5947ed99d6b37025a (diff)
parent9086f9260f1f48a231cba4e7123eb7ac8159ba40 (diff)
downloadcpython-759920c5cb7aa8f9218b35148a3e4fb129cb86f2.zip
cpython-759920c5cb7aa8f9218b35148a3e4fb129cb86f2.tar.gz
cpython-759920c5cb7aa8f9218b35148a3e4fb129cb86f2.tar.bz2
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cf8b7b6..a532605 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #22604: Fix assertion error in debug mode when dividing a complex
+ 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