]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] bpo-18319: gettext() can retrieve a message even if a plural form exists ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Aug 2023 09:15:01 +0000 (02:15 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 09:15:01 +0000 (09:15 +0000)
commitc1c3f0bfec9de0fab35027cdec627f18e6c05c86
tree5f21c395d790bdcbced17716004f1be61c975993
parent26137e2cf70b31e93b8bb26287647915bcaa5c99
[3.11] bpo-18319: gettext() can retrieve a message even if a plural form exists (GH-19869) (GH-107107)

(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]