]> granicus.if.org Git - python/commitdiff
Complete format code support in getargs.c::skipitem(), which is called when
authorGeorg Brandl <georg@python.org>
Wed, 14 Sep 2005 19:38:29 +0000 (19:38 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 14 Sep 2005 19:38:29 +0000 (19:38 +0000)
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: ----------------------------------------------------------------------

Misc/NEWS

index e52d251d3777d58cbc3da78505dad532151b1efc..45e7007c2284fe1f6d3a86b1438ab5832c03cd9a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1?
 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).