]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PEP 3101: Completed string.Formatter class. Reimplemented field_name to object trans...
authorEric Smith <eric@trueblade.com>
Sun, 26 Aug 2007 22:27:13 +0000 (22:27 +0000)
committerEric Smith <eric@trueblade.com>
Sun, 26 Aug 2007 22:27:13 +0000 (22:27 +0000)
commit7ade6485abde95c5cc9676ad3e476ba3aca98037
treefa5710899c3e376f89eb6a6460e06f3feee62d58
parent2bf4d5ba2881725bb7695bc0573bab0e2ca4fec5
PEP 3101: Completed string.Formatter class.  Reimplemented field_name to object transformation.
Include/unicodeobject.h
Lib/string.py
Lib/test/test_string.py
Lib/test/test_unicode.py
Objects/stringlib/string_format.h
Objects/unicodeobject.c
Python/sysmodule.c