From 4550b8db567d08d8b8c6e6fd941b9a32369c0553 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 26 Aug 2005 06:43:52 +0000 Subject: typo --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 2ed6501..0bb698b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,7 +12,7 @@ What's New in Python 2.5 alpha 1? 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. -- cgit v0.12