diff options
author | Eric Smith <eric@trueblade.com> | 2008-07-17 17:48:39 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2008-07-17 17:48:39 (GMT) |
commit | 454816d8bdd6ec9bb986aa31760518e622dc1ea7 (patch) | |
tree | 3ee9ce763f7c0545f625b9de580ca98722cb7080 /Misc | |
parent | 4347c44f1834887602402b7eec0e82214bd6bd1d (diff) | |
download | cpython-454816d8bdd6ec9bb986aa31760518e622dc1ea7.zip cpython-454816d8bdd6ec9bb986aa31760518e622dc1ea7.tar.gz cpython-454816d8bdd6ec9bb986aa31760518e622dc1ea7.tar.bz2 |
Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 2.6 beta 2? Core and Builtins ----------------- +- Issue #3382: Make '%F' and float.__format__('F') convert results + to uppercase. + - Issue #3156: Fix inconsistent behavior of the bytearray type: all its methods now allow for items objects that can be converted to an integer using operator.index(). |