mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Merged revisions 65069 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r65069 | eric.smith | 2008-07-17 13:48:39 -0400 (Thu, 17 Jul 2008) | 1 line
Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.
........
This commit is contained in:
parent
ddc5669fd9
commit
a4fac36eb3
7 changed files with 44 additions and 18 deletions
|
|
@ -12,6 +12,9 @@ What's new in Python 3.0b2?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #3382: Make '%F' and float.__format__('F') convert results
|
||||
to uppercase.
|
||||
|
||||
- Issue #3008: the float type has a new instance method 'float.hex'
|
||||
and a new class method 'float.fromhex' to convert floating-point
|
||||
numbers to and from hexadecimal strings, respectively.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue