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

[3.11] gh-110519: Improve deprecation warning in the gettext module (GH-110520) #110564

Merged
merged 1 commit into from
Oct 9, 2023

Commits on Oct 9, 2023

  1. pythongh-110519: Improve deprecation warning in the gettext module (p…

    …ythonGH-110520)
    
    Deprecation warning about non-integer numbers in gettext now always refers
    to the line in the user code where gettext function or method is used.
    Previously, it could refer to a line in gettext code.
    
    Also, increase test coverage for NullTranslations and domain-aware functions
    like dngettext().
    (cherry picked from commit 326c6c4)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
    serhiy-storchaka authored and miss-islington committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a2c7160 View commit details
    Browse the repository at this point in the history