From: Georg Brandl Date: Fri, 26 Aug 2005 06:43:52 +0000 (+0000) Subject: typo X-Git-Tag: v2.5a0~1446 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4550b8db567d08d8b8c6e6fd941b9a32369c0553;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Misc/NEWS b/Misc/NEWS index 2ed650129b5a..0bb698b44b43 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.