Add news entry for r74841.

This commit is contained in:
Thomas Wouters 2009-09-16 20:36:34 +00:00
parent 0674d3fb5f
commit 2920adb4df
1 changed files with 2 additions and 0 deletions

View File

@ -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.