add news notes for r76416

This commit is contained in:
Benjamin Peterson 2009-11-19 22:58:01 +00:00
parent 99a5023c80
commit 89b1a5ce18
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
- Add Py3k warnings for parameter names in parenthesis.
- Issue #7362: Give a propery error message for def f((x)=3): pass.
- Issue #7085: Fix crash when importing some extensions in a thread
on MacOSX 10.6.