From 1b8ede35c1aec8f0fdd21ca9eb6d7655cd1b976e Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Sat, 15 Feb 2025 11:31:22 +0300 Subject: [PATCH] address review: add What's New entry --- Doc/whatsnew/3.14.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index ece5afd4597ab8..9f33bc4ed3f65e 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -428,6 +428,10 @@ decimal :meth:`Decimal.from_number() `. (Contributed by Serhiy Storchaka in :gh:`121798`.) +* Expose :func:`decimal.IEEEContext` to support creation of contexts + corresponding to the IEEE 754 (2008) decimal interchange formats. + (Contributed by Sergey B Kirpichev in :gh:`53032`.) + difflib -------