]> granicus.if.org Git - python/commitdiff
add news notes for r76416
authorBenjamin Peterson <benjamin@python.org>
Thu, 19 Nov 2009 22:58:01 +0000 (22:58 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 19 Nov 2009 22:58:01 +0000 (22:58 +0000)
Misc/NEWS

index 9e659acfddfdc18159ae9a22c777406bdcf88ca6..ad45b9d3f20df9a6c983855ce75564ab569828c8 100644 (file)
--- 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.