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-89973: Fix re.error in the fnmatch module. #93072

Merged

Commits on May 22, 2022

  1. pythongh-89973: Fix re.error in the fnmatch module.

    Character ranges with upper bound less that lower bound are now
    interpreted as empty ranges, for compatibility with other glob
    pattern implementations. Previously it was re.error.
    serhiy-storchaka committed May 22, 2022
    Configuration menu
    Copy the full SHA
    ab4b759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7be4e0b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Update Misc/NEWS.d/next/Library/2022-05-22-16-08-01.gh-issue-89973.jc…

    …-Q4g.rst
    
    Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
    serhiy-storchaka and hauntsaninja authored May 25, 2022
    Configuration menu
    Copy the full SHA
    9b65639 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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

    serhiy-storchaka committed May 26, 2022
    Configuration menu
    Copy the full SHA
    d29d8af View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fnmatch-invalid-range' of github.com:serhiy-storchaka/c…

    …python into fnmatch-invalid-range
    serhiy-storchaka committed May 26, 2022
    Configuration menu
    Copy the full SHA
    11d0e04 View commit details
    Browse the repository at this point in the history