summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2009-09-16 20:36:34 (GMT)
committerThomas Wouters <thomas@python.org>2009-09-16 20:36:34 (GMT)
commit2920adb4df51e7c3c10f9671087037888f010483 (patch)
treee7f9ba437d1162a05d6084379a62065ca79a6b22
parent0674d3fb5fb9adde412c15ea12b6b473e8895126 (diff)
downloadcpython-2920adb4df51e7c3c10f9671087037888f010483.zip
cpython-2920adb4df51e7c3c10f9671087037888f010483.tar.gz
cpython-2920adb4df51e7c3c10f9671087037888f010483.tar.bz2
Add news entry for r74841.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 72aa48e..f4b076e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #1590864: Fix potential deadlock when mixing threads and fork().
+
- Issue #6844: Do not emit DeprecationWarnings when accessing a "message"
attribute on exceptions that was set explicitly.