]> granicus.if.org Git - python/commitdiff
Add regression issue number to Misc/NEWS entry.
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 21 Nov 2014 01:05:06 +0000 (02:05 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 21 Nov 2014 01:05:06 +0000 (02:05 +0100)
Misc/NEWS

index 77d6eb9169856ecfadb0903bd3352647c58f683f..ea649beccc2fcdba730e372fe6a96e7a2715f36b 100644 (file)
--- 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).