From: Raymond Hettinger Date: Thu, 9 Apr 2009 22:34:46 +0000 (+0000) Subject: Fix link X-Git-Tag: v3.1b1~329 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf1537cd3cb96d8fec624aaff91b7c6de55c13d8;p=thirdparty%2FPython%2Fcpython.git Fix link --- diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index e69721e94496..f30968f98240 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -175,7 +175,7 @@ New, Improved, and Deprecated Modules (Contributed by Antoine Pitrou.) -* The :mod:`decimal.Decimal` module now supports methods for creating a +* The :mod:`decimal` module now supports methods for creating a decimal object from a binary :class:`float`. The conversion is exact but can sometimes be surprising::