[Python-checkins] python/dist/src/Misc NEWS,1.1363,1.1364

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


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

Modified Files:
	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.1363
retrieving revision 1.1364
diff -u -d -r1.1363 -r1.1364
--- NEWS	14 Sep 2005 18:09:41 -0000	1.1363
+++ NEWS	14 Sep 2005 19:38:29 -0000	1.1364
@@ -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