summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
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 8d88d9dc51..cedefef31d 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.