summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2016-01-13 15:48:57 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2016-01-13 15:48:57 (GMT)
commit4e280a6f9fe9b052912de1aa11205346f91bb279 (patch)
treefca4377e5536edcc6a794f966554d399bd45ef9c /Misc
parent436831dbe47e66afb0a4f5927859073015dbd4bb (diff)
downloadcpython-4e280a6f9fe9b052912de1aa11205346f91bb279.zip
cpython-4e280a6f9fe9b052912de1aa11205346f91bb279.tar.gz
cpython-4e280a6f9fe9b052912de1aa11205346f91bb279.tar.bz2
Add a NEWS entry for Issue #22642.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 54c70fc..08f057d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -128,6 +128,9 @@ Core and Builtins
Library
-------
+- Issue #22642: Convert trace module option parsing mechanism to argparse.
+ Patch contributed by SilentGhost.
+
- Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars
appearing before $() vars.