◐ Shell
clean mode source ↗

[3.11] gh-114014: Update `fractions.Fraction()`'s rational parsing regex (GH-114015) by mdickinson · Pull Request #114025 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@mdickinson

@mdickinson mdickinson commented

Jan 13, 2024

edited by bedevere-app Bot

Loading

…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 <dickinsm@gmail.com>

This was referenced

Jan 13, 2024

@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