]> granicus.if.org Git - python/commitdiff
Update list of supported types.
authorRaymond Hettinger <python@rcn.com>
Fri, 17 Apr 2009 10:09:27 +0000 (10:09 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 17 Apr 2009 10:09:27 +0000 (10:09 +0000)
Doc/whatsnew/3.1.rst

index 41973ac6c72c2658902274d7feb6791b06bde5b7..3bdc345627133f4688fb81b01ee684e0a7dd9a10 100644 (file)
@@ -93,8 +93,8 @@ program's output, improving its professional appearance and readability::
     >>> format(Decimal('1234567.89'), ',f')
     '1,234,567.89'
 
-The currently supported types are :class:`int` and :class:`decimal.Decimal`.
-Support for :class:`float` is expected before the beta release.
+The supported types are :class:`int`, :class:`float` and :class:`decimal.Decimal`.
+
 Discussions are underway about how to specify alternative separators
 like dots, spaces, apostrophes, or underscores.  Locale-aware applications
 should use the existing *n* format specifier which already has some support