diff options
author | Georg Brandl <georg@python.org> | 2005-09-14 19:38:34 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-09-14 19:38:34 +0000 |
commit | 098066dde92ca604551d88f72ed1e3df856d0991 (patch) | |
tree | 335d20b05668a36cde206df37cece493acba9184 | |
parent | Complete format code support in getargs.c::skipitem(), which is called when (diff) | |
download | cpython-098066dde92ca604551d88f72ed1e3df856d0991.tar.gz cpython-098066dde92ca604551d88f72ed1e3df856d0991.tar.bz2 cpython-098066dde92ca604551d88f72ed1e3df856d0991.zip |
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: ----------------------------------------------------------------------
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS index c8533dad781..f3eaa3a76ea 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,9 @@ What's New in Python 2.4.2a 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). |