summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-11-19 22:58:01 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-11-19 22:58:01 (GMT)
commit89b1a5ce186f8ed88c74ee74a161fa1752cc3e8c (patch)
tree46f75cca1346de490ef9a24c085a19270c5bc0ca
parent99a5023c80d9a690e4305e2ded1b2a9cf6b30251 (diff)
downloadcpython-89b1a5ce186f8ed88c74ee74a161fa1752cc3e8c.zip
cpython-89b1a5ce186f8ed88c74ee74a161fa1752cc3e8c.tar.gz
cpython-89b1a5ce186f8ed88c74ee74a161fa1752cc3e8c.tar.bz2
add news notes for r76416
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e659ac..ad45b9d 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.