summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2009-09-16 20:38:23 (GMT)
committerThomas Wouters <thomas@python.org>2009-09-16 20:38:23 (GMT)
commit1170b998ca41a55e21d4a731a70564bb074f5314 (patch)
treee9942a757c199454e8460f0273af5296f6eb2065 /Misc
parent8997103be0a63962cb8a4b4ccff8575d205f44c6 (diff)
downloadcpython-1170b998ca41a55e21d4a731a70564bb074f5314.zip
cpython-1170b998ca41a55e21d4a731a70564bb074f5314.tar.gz
cpython-1170b998ca41a55e21d4a731a70564bb074f5314.tar.bz2
Add news entry for r74842.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5bfb2cb..56d6d39 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6.3
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.