]> granicus.if.org Git - python/commit
Issue #1588: Add complex.__format__.
authorEric Smith <eric@trueblade.com>
Thu, 30 Apr 2009 00:58:58 +0000 (00:58 +0000)
committerEric Smith <eric@trueblade.com>
Thu, 30 Apr 2009 00:58:58 +0000 (00:58 +0000)
commit9139cc6a3ba9b6c66a09256f3295b1a4ed50adc9
tree7e116afff6e262ba6161cad6c1f223f6741bf0d0
parent2518d3c1c0b907b1cabdaa647c7affaa01ffca63
Issue #1588: Add complex.__format__.
Include/complexobject.h
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c
Objects/stringlib/formatter.h
Python/formatter_string.c
Python/formatter_unicode.c