From 4e280a6f9fe9b052912de1aa11205346f91bb279 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 13 Jan 2016 07:48:57 -0800 Subject: [PATCH] Add a NEWS entry for Issue #22642. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.50.0