diff options
author | Eric Smith <eric@trueblade.com> | 2010-11-25 16:08:06 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2010-11-25 16:08:06 (GMT) |
commit | 984bb58000df9cdba438c7ecb0bae5ad67878696 (patch) | |
tree | 87077ab2bbe949b5241ed9db5f2073572094ffde /Misc/ACKS | |
parent | c1d98d685032dd831ced32463b3f88cce6af4067 (diff) | |
download | cpython-984bb58000df9cdba438c7ecb0bae5ad67878696.zip cpython-984bb58000df9cdba438c7ecb0bae5ad67878696.tar.gz cpython-984bb58000df9cdba438c7ecb0bae5ad67878696.tar.bz2 |
Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -318,6 +318,7 @@ David Goodger Hans de Graaff Eddy De Greef Duncan Grisby +Eric Groo Dag Gruneau Michael Guravage Lars Gustäbel @@ -457,6 +458,7 @@ Lenny Kneler Pat Knight Greg Kochanski Damon Kohler +Vlad Korolev Joseph Koshy Maksim Kozyarchuk Stefan Krah @@ -536,6 +538,7 @@ David Marek Doug Marien Alex Martelli Anthony Martin +Owen Martin Sébastien Martini Roger Masse Nick Mathewson @@ -733,6 +736,7 @@ Michael Scharf Andreas Schawo Neil Schemenauer David Scherer +Bob Schmertz Gregor Schmid Ralf Schmitt Michael Schneider |