]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #1588: Add complex.__format__.
authorEric Smith <eric@trueblade.com>
Thu, 30 Apr 2009 01:00:33 +0000 (01:00 +0000)
committerEric Smith <eric@trueblade.com>
Thu, 30 Apr 2009 01:00:33 +0000 (01:00 +0000)
commit58a42244cfefc96b7adada5344b231ff2f32a86a
treea2a90372b3bef2cc1c06bb9f07b880f2c3997731
parent738a41dd85f55f49508be62a135f9e65b5c92255
Issue #1588: Add complex.__format__.
Include/complexobject.h
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c
Objects/stringlib/formatter.h
Python/formatter_unicode.c