X Tutup
The Wayback Machine - https://web.archive.org/web/20240106172017/https://github.com/python/cpython/pull/94195/commits
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-94194: gettext plural values must now be integers #94195

Closed
wants to merge 2 commits into from
Closed

gh-94194: gettext plural values must now be integers #94195

wants to merge 2 commits into from

Commits on Jun 24, 2022

  1. gh-94194: gettext plural values must now be integers

    Using non-integer value for selecting a plural form in gettext is
    no longer supported.  It never correctly worked and was deprecated
    since Python 3.7.
    vstinner committed Jun 24, 2022
    Copy the full SHA
    7468fe9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Copy the full SHA
    321c646 View commit details
    Browse the repository at this point in the history
X Tutup