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-114014: Update fractions.Fraction()'s rational parsing regex (GH-114015) #114025

Merged
merged 2 commits into from
Jan 13, 2024

Conversation

mdickinson
Copy link
Member

@mdickinson mdickinson commented Jan 13, 2024

[Manual backport of #114015 to the 3.11 branch]

Fix a bug in the regex used for parsing a string input to the fractions.Fraction constructor. That bug led to an inconsistent exception message being given for some inputs.

…ex (python#114015)

Fix a bug in the regex used for parsing a string input to the `fractions.Fraction` constructor. That bug led to an inconsistent exception message being given for some inputs.

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Mark Dickinson <[email protected]>
@mdickinson mdickinson changed the title [3.11] gh-114014: Update fractions.Fraction()'s rational parsing regex (GH-114015) [3.11] gh-114014: Update fractions.Fraction()'s rational parsing regex (GH-114015) Jan 13, 2024
@terryjreedy terryjreedy merged commit 41edd37 into python:3.11 Jan 13, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants