summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-03 18:18:32 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-03 18:18:32 (GMT)
commit1bb62309307fa8a199ef5a53ae0f775dfff4fa3f (patch)
tree55a7f8fafe7e79ea665c2cddd3e0752bef841150 /Misc/NEWS
parent23d9d45482fc3ed67c26418d20f31bfb201db4dd (diff)
downloadcpython-1bb62309307fa8a199ef5a53ae0f775dfff4fa3f.zip
cpython-1bb62309307fa8a199ef5a53ae0f775dfff4fa3f.tar.gz
cpython-1bb62309307fa8a199ef5a53ae0f775dfff4fa3f.tar.bz2
Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d88d9d..cedefef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,9 @@ Extension Modules
Library
-------
+- Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler
+ package.
+
- Patch #1472854: make the rlcompleter.Completer class usable on non-
UNIX platforms.