[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.95, 1.1193.2.96

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Wed Sep 14 21:38:37 CEST 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Complete format code support in getargs.c::skipitem(), which is called when
evaluating keyword arguments.

CVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS: 
CVS: Committing in .
CVS: 
CVS: Modified Files:
CVS: 	Python/getargs.c 
CVS: ----------------------------------------------------------------------


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.95
retrieving revision 1.1193.2.96
diff -u -d -r1.1193.2.95 -r1.1193.2.96
--- NEWS	14 Sep 2005 18:15:03 -0000	1.1193.2.95
+++ NEWS	14 Sep 2005 19:38:34 -0000	1.1193.2.96
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- SF bug #893549: parsing keyword arguments was broken with a few format
+  codes.
+
 - Changes donated by Elemental Security to make it work on AIX 5.3
   with IBM's 64-bit compiler (SF patch #1284289).  This also closes SF
   bug #105470: test_pwd fails on 64bit system (Opteron).



More information about the Python-checkins mailing list