diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-10-14 06:07:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-14 06:07:02 (GMT) |
commit | 38bd2c520a2df7904e32093da2166eec2c039802 (patch) | |
tree | 38c31ad1a4b3ec189658ccc9023520df6912f88e /Doc/whatsnew | |
parent | 45cfabb8429b5ecee78ca60c1ca8f7f5820afc5c (diff) | |
download | cpython-38bd2c520a2df7904e32093da2166eec2c039802.zip cpython-38bd2c520a2df7904e32093da2166eec2c039802.tar.gz cpython-38bd2c520a2df7904e32093da2166eec2c039802.tar.bz2 |
gh-88434: Emit deprecation warnings for non-integer numbers in gettext if translation not found (GH-110574)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.13.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index eb49e01..f43ebc4 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -363,6 +363,10 @@ Deprecated It was not documented and only supported in the C implementation. (Contributed by Serhiy Storchaka in :gh:`89902`.) +* Emit deprecation warning for non-integer numbers in :mod:`gettext` functions + and methods that consider plural forms even if the translation was not found. + (Contributed by Serhiy Storchaka in :gh:`88434`.) + Pending Removal in Python 3.14 ------------------------------ |