commit | 4550b8db567d08d8b8c6e6fd941b9a32369c0553 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Aug 26 06:43:52 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Aug 26 06:43:52 2005 +0000 |
tree | 0b4bb335299da59625d13e380ec687f6375015b9 | |
parent | 02c42871cf73365dc5b6915cac2b017b2b90c81f [diff] [blame] |
typo
diff --git a/Misc/NEWS b/Misc/NEWS index 2ed6501..0bb698b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,7 +12,7 @@ Core and builtins ----------------- -- Disallow keyword arguments for type constructors that don't use it +- Disallow keyword arguments for type constructors that don't use them (fixes bug #1119418). - Forward UnicodeDecodeError into SyntaxError for source encoding errors.