commit | 02c42871cf73365dc5b6915cac2b017b2b90c81f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Aug 26 06:42:30 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Aug 26 06:42:30 2005 +0000 |
tree | a85d3fb2fc3682c2a149d213f5cf9a378868abea | |
parent | bd77da6dab9d41ef246febf54c7928ce4496dd49 [diff] [blame] |
Disallow keyword arguments for type constructors that don't use them. (fixes bug #1119418)
diff --git a/Misc/NEWS b/Misc/NEWS index 7648c65..2ed6501 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Disallow keyword arguments for type constructors that don't use it + (fixes bug #1119418). + - Forward UnicodeDecodeError into SyntaxError for source encoding errors. - SF bug #900092: When tracing (e.g. for hotshot), restore 'return' events for