From: Thomas Wouters Date: Wed, 16 Sep 2009 20:36:34 +0000 (+0000) Subject: Add news entry for r74841. X-Git-Tag: v2.7a1~523 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2920adb4df51e7c3c10f9671087037888f010483;p=python Add news entry for r74841. --- diff --git a/Misc/NEWS b/Misc/NEWS index 72aa48e108..f4b076e29e 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.