]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-124321: Fix argparse negative number parsing to capture -.5(GH-124322)
authorSavannah Ostrowski <savannahostrowski@gmail.com>
Mon, 23 Sep 2024 18:16:55 +0000 (11:16 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 18:16:55 +0000 (11:16 -0700)
commitdc48312717142ec902197da504fad333f13c9937
treee04928bbe87ca11b959505e86d9c9f9ae45a1c97
parent2f6d4109b84d40b76e8814233ecfcc02291f71be
GH-124321: Fix argparse negative number parsing to capture -.5(GH-124322)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Lib/argparse.py
Lib/test/test_argparse.py