]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug in Decimal __format__ method that swapped left and right
authorMark Dickinson <dickinsm@gmail.com>
Tue, 17 Mar 2009 18:01:03 +0000 (18:01 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 17 Mar 2009 18:01:03 +0000 (18:01 +0000)
commitb065e52bc284c2c28a967c4e82aa7ece6d09c562
tree446dec7a95dafe2d40c85f89ae0fb1aa9fc076a3
parent8cbe9556cf4ad10c0ee2636f43f4f3675a8c6203
Fix bug in Decimal __format__ method that swapped left and right
alignment.
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS