]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-18319: gettext() can retrieve a message even if a plural form exists (#19869)
authorGilles Bassière <gbassiere@gmail.com>
Sun, 23 Jul 2023 09:59:19 +0000 (11:59 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 09:59:19 +0000 (11:59 +0200)
commit54632528eeba841e4a8cc95ecbd84c9aca8eef57
tree0cd0a1badc20c819f0a1e231ca3679640e830bf9
parenta2a0e51400685d8d44324bc1135f63b281a5a71d
bpo-18319: gettext() can retrieve a message even if a plural form exists (#19869)
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]