]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-123945: Update regex for parsing negative numbers that contain underscores (#123970)
authorSavannah Ostrowski <savannahostrowski@gmail.com>
Tue, 17 Sep 2024 06:30:17 +0000 (23:30 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2024 06:30:17 +0000 (23:30 -0700)
commit14e5bdceff45e6e789e1f838b96988946c75b0f4
tree8d43ae310ad4fd2bb41f7637de633937feb4aef9
parent0a32c6959c265d21d7c43fe8e4aefc8c0983e85e
GH-123945: Update regex for parsing negative numbers that contain underscores (#123970)

---------

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2024-09-11-19-05-32.gh-issue-123945.jLwybB.rst [new file with mode: 0644]