bpo-28692: Deprecate using non-integer value for selecting a plural form in gettext. (#507)

This commit is contained in:
Serhiy Storchaka 2017-03-12 13:15:01 +02:00 committed by GitHub
parent 1989763f0d
commit f6595983e0
4 changed files with 17 additions and 3 deletions

View file

@ -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
=======