summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-11-21 02:05:06 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2014-11-21 02:05:06 +0100
commitacdd636f03ed81759969e1306c0e803231ae2106 (patch)
tree77f5ac343f2051a0e2c78ed9d9685a1dc5162d1c
parent1c98a20a9d35dc378004bf7c54ca0cfae04eab6c (diff)
downloadcpython-acdd636f03ed81759969e1306c0e803231ae2106.tar.gz
Add regression issue number to Misc/NEWS entry.
-rw-r--r--Misc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 77d6eb9169..ea649beccc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,10 +10,10 @@ What's New in Python 2.7.9?
Core and Builtins
-----------------
-- Backout issue #1856 patch (avoid crashes and lockups when daemon threads
- run while the interpreter is shutting down; instead, these threads are
- now killed when they try to take the GIL), as it seems to break some
- existing code.
+- Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
+ daemon threads run while the interpreter is shutting down; instead, these
+ threads are now killed when they try to take the GIL), as it seems to
+ break some existing code.
- Issue #22604: Fix assertion error in debug mode when dividing a complex
number by (nan+0j).