There was an error while loading. Please reload this page.
1 parent 5ffefdb commit 8ed1479Copy full SHA for 8ed1479
1 file changed
Doc/library/argparse.rst
@@ -1624,6 +1624,11 @@ argument::
1624
See also :ref:`the argparse howto on ambiguous arguments <specifying-ambiguous-arguments>`
1625
for more details.
1626
1627
+.. versionchanged:: 3.14
1628
+ Negative-number matching was expanded to include numbers in scientific
1629
+ notation (``-2.5e-6``), numbers containing underscores (``-1_234.5``),
1630
+ and complex numbers (``-1.2e-3j``).
1631
+
1632
.. _prefix-matching:
1633
1634
Argument abbreviations (prefix matching)
0 commit comments