From: Benjamin Peterson Date: Thu, 19 Nov 2009 22:58:01 +0000 (+0000) Subject: add news notes for r76416 X-Git-Tag: v2.7a1~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89b1a5ce186f8ed88c74ee74a161fa1752cc3e8c;p=thirdparty%2FPython%2Fcpython.git add news notes for r76416 --- diff --git a/Misc/NEWS b/Misc/NEWS index 9e659acfddfd..ad45b9d3f20d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.