summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSavannah Ostrowski <savannahostrowski@gmail.com>2024-10-09 21:56:50 (GMT)
committerGitHub <noreply@github.com>2024-10-09 21:56:50 (GMT)
commit0c5a48c1c9039eb1ce25a96c43505c4de0a0b9d7 (patch)
tree11601d8256c2020a602a7ab49f70ba3fabb82863 /Misc
parent52f70da19cf3c7198be37faeac233ef803080f6f (diff)
downloadcpython-0c5a48c1c9039eb1ce25a96c43505c4de0a0b9d7.zip
cpython-0c5a48c1c9039eb1ce25a96c43505c4de0a0b9d7.tar.gz
cpython-0c5a48c1c9039eb1ce25a96c43505c4de0a0b9d7.tar.bz2
GH-124693: Support parsing negative scientific and complex numbers argparse (GH-124823)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-10-01-02-31-13.gh-issue-124693.qzbXKB.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-10-01-02-31-13.gh-issue-124693.qzbXKB.rst b/Misc/NEWS.d/next/Library/2024-10-01-02-31-13.gh-issue-124693.qzbXKB.rst
new file mode 100644
index 0000000..3e87eb4
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-10-01-02-31-13.gh-issue-124693.qzbXKB.rst
@@ -0,0 +1 @@
+Fix a bug where :mod:`argparse` doesn't recognize negative complex numbers or negative numbers using scientific notation.