]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28563: Make plural form selection more lenient and accepting
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 14 Nov 2016 17:22:12 +0000 (19:22 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 14 Nov 2016 17:22:12 +0000 (19:22 +0200)
commit60ac989d6f9884f551327cc7e9a4b71ef67ab533
tree4a2c908c9fb6d26fc58cc55628afe0587171be72
parentb626643734dfd80780a1d301d4a96e57052aa262
Issue #28563: Make plural form selection more lenient and accepting
non-integer numbers.  Django tests depend on this.
Lib/gettext.py
Lib/test/test_gettext.py