]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] bpo-18319: gettext() can retrieve a message even if a plural form exists ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Jul 2023 12:29:08 +0000 (05:29 -0700)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 12:29:08 +0000 (14:29 +0200)
commitbd72fb19ef1a01fde067109288ecacc62121f0ae
treee0c96d7cf1c639b7dfaa50442291670889f36546
parentaf95a1da465da82740541bf011a324fefaf53713
[3.12] bpo-18319: gettext() can retrieve a message even if a plural form exists (GH-19869) (#107108)

(cherry picked from commit 54632528eeba841e4a8cc95ecbd84c9aca8eef57)

Co-authored-by: Gilles Bassière <gbassiere@gmail.com>
Lib/gettext.py
Lib/test/test_gettext.py
Misc/NEWS.d/next/Library/2020-05-03-00-33-15.bpo-18319.faPTlx.rst [new file with mode: 0644]