[Python-checkins] python/dist/src/Misc NEWS,1.1353,1.1354

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Aug 26 08:44:03 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
typo



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1353
retrieving revision 1.1354
diff -u -d -r1.1353 -r1.1354
--- NEWS	26 Aug 2005 06:42:30 -0000	1.1353
+++ NEWS	26 Aug 2005 06:43:52 -0000	1.1354
@@ -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.



More information about the Python-checkins mailing list