diff options
author | Eric Smith <eric@trueblade.com> | 2008-07-17 19:18:29 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2008-07-17 19:18:29 (GMT) |
commit | 22b85b3ef85c50ce5053acb2860df858d040eb07 (patch) | |
tree | ab07c2d9efb0168302d489bd8489894ef0c38c06 /Misc | |
parent | a4fac36eb3ee70529482d43d2a484d5ff5d18398 (diff) | |
download | cpython-22b85b3ef85c50ce5053acb2860df858d040eb07.zip cpython-22b85b3ef85c50ce5053acb2860df858d040eb07.tar.gz cpython-22b85b3ef85c50ce5053acb2860df858d040eb07.tar.bz2 |
Backed out r65073, pending fixing it in Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -12,9 +12,6 @@ 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. |