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-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) #124974

Merged

Commits on Oct 8, 2024

  1. pythongh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS)

    Now it returns a tuple of up to 100 strings (an empty tuple on most locales).
    Previously it returned the first item of that tuple or an empty string.
    serhiy-storchaka committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e062187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    157c23e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    2e7fe7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c9113 View commit details
    Browse the repository at this point in the history