summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2016-01-13 07:48:57 -0800
committerSenthil Kumaran <senthil@uthcode.com>2016-01-13 07:48:57 -0800
commit4e280a6f9fe9b052912de1aa11205346f91bb279 (patch)
treefca4377e5536edcc6a794f966554d399bd45ef9c
parent436831dbe47e66afb0a4f5927859073015dbd4bb (diff)
downloadcpython-git-4e280a6f9fe9b052912de1aa11205346f91bb279.tar.gz
Add a NEWS entry for Issue #22642.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 54c70fced9..08f057d9a3 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.