diff options
author | Georg Brandl <georg@python.org> | 2005-09-14 19:38:29 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-09-14 19:38:29 (GMT) |
commit | 80bbf3f6c82261d6f925fbc35d62a7766fd83310 (patch) | |
tree | d9f60d556a4610ac050229c8d483a5c77bc45a1d /Misc/NEWS | |
parent | 6dd14619bbd9f88f95b677883564842265df2557 (diff) | |
download | cpython-80bbf3f6c82261d6f925fbc35d62a7766fd83310.zip cpython-80bbf3f6c82261d6f925fbc35d62a7766fd83310.tar.gz cpython-80bbf3f6c82261d6f925fbc35d62a7766fd83310.tar.bz2 |
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: ----------------------------------------------------------------------
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |