[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.86, 1.1193.2.87

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Aug 26 08:43:27 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18531/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Disallow keyword arguments for type constructors that don't use them
(fixes #1119418).



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.86
retrieving revision 1.1193.2.87
diff -u -d -r1.1193.2.86 -r1.1193.2.87
--- NEWS	25 Aug 2005 13:10:58 -0000	1.1193.2.86
+++ NEWS	26 Aug 2005 06:43:16 -0000	1.1193.2.87
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- Disallow keyword arguments for type constructors that don't use them
+  (fixes bug #1119418).
+
 - Forward UnicodeDecodeError into SyntaxError for source encoding errors.
 
 - SF bug #900092: When tracing (e.g. for hotshot), restore 'return' events for



More information about the Python-checkins mailing list