diff options
author | Savannah Ostrowski <savannahostrowski@gmail.com> | 2024-09-17 06:30:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 06:30:17 (GMT) |
commit | 14e5bdceff45e6e789e1f838b96988946c75b0f4 (patch) | |
tree | 8d43ae310ad4fd2bb41f7637de633937feb4aef9 /Misc | |
parent | 0a32c6959c265d21d7c43fe8e4aefc8c0983e85e (diff) | |
download | cpython-14e5bdceff45e6e789e1f838b96988946c75b0f4.zip cpython-14e5bdceff45e6e789e1f838b96988946c75b0f4.tar.gz cpython-14e5bdceff45e6e789e1f838b96988946c75b0f4.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-09-11-19-05-32.gh-issue-123945.jLwybB.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-09-11-19-05-32.gh-issue-123945.jLwybB.rst b/Misc/NEWS.d/next/Library/2024-09-11-19-05-32.gh-issue-123945.jLwybB.rst new file mode 100644 index 0000000..26b0ac8 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-09-11-19-05-32.gh-issue-123945.jLwybB.rst @@ -0,0 +1 @@ +Fix a bug where :mod:`argparse` doesn't recognize negative numbers with underscores |