summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-10-10 21:49:32 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-10-10 21:49:32 (GMT)
commit9086f9260f1f48a231cba4e7123eb7ac8159ba40 (patch)
tree64f7c407d5a814a7ef471ad74bbcd88bf5ec4289 /Misc/NEWS
parenta13dab47cb8c6184115c73c379712a71c6ef7f79 (diff)
downloadcpython-9086f9260f1f48a231cba4e7123eb7ac8159ba40.zip
cpython-9086f9260f1f48a231cba4e7123eb7ac8159ba40.tar.gz
cpython-9086f9260f1f48a231cba4e7123eb7ac8159ba40.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 c490be5..a9ac0b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,6 +11,9 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #22604: Fix assertion error in debug mode when dividing a complex
+ number by (nan+0j).
+
- Issue #22470: Fixed integer overflow issues in "backslashreplace",
"xmlcharrefreplace", and "surrogatepass" error handlers.