mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
bpo-28692: Deprecate using non-integer value for selecting a plural form in gettext. (#507)
This commit is contained in:
parent
1989763f0d
commit
f6595983e0
4 changed files with 17 additions and 3 deletions
|
|
@ -180,6 +180,10 @@ Deprecated
|
|||
both deprecated in Python 3.4 now emit :exc:`DeprecationWarning`. (Contributed
|
||||
by Matthias Bussonnier in :issue:`29576`)
|
||||
|
||||
- Using non-integer value for selecting a plural form in :mod:`gettext` is
|
||||
now deprecated. It never correctly worked.
|
||||
(Contributed by Serhiy Storchaka in :issue:`28692`.)
|
||||
|
||||
|
||||
Removed
|
||||
=======
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue