summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.0.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/3.0.rst')
-rw-r--r--Doc/whatsnew/3.0.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst
index 7611891..15c9463 100644
--- a/Doc/whatsnew/3.0.rst
+++ b/Doc/whatsnew/3.0.rst
@@ -342,10 +342,6 @@ language and built-in functions.
* :func:`exec` is now a function.
-* There is a new free format floating point representation, which is based on
- "Floating-Point Printer Sample Code", by Robert G. Burger. ``repr(11./5)``
- now returns ``2.2`` instead of ``2.2000000000000002``.
-
* The :meth:`__oct__` and :meth:`__hex__` special methods are removed --
:func:`oct` and :func:`hex` use :meth:`__index__` now to convert the argument
to an integer.