summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2008-07-17 19:18:29 (GMT)
committerEric Smith <eric@trueblade.com>2008-07-17 19:18:29 (GMT)
commit22b85b3ef85c50ce5053acb2860df858d040eb07 (patch)
treeab07c2d9efb0168302d489bd8489894ef0c38c06 /Misc
parenta4fac36eb3ee70529482d43d2a484d5ff5d18398 (diff)
downloadcpython-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/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 232d5c3..5628940 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.