From: Senthil Kumaran Date: Wed, 13 Jan 2016 15:48:57 +0000 (-0800) Subject: Add a NEWS entry for Issue #22642. X-Git-Tag: v3.6.0a1~783 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e280a6f9fe9b052912de1aa11205346f91bb279;p=thirdparty%2FPython%2Fcpython.git Add a NEWS entry for Issue #22642. --- diff --git a/Misc/NEWS b/Misc/NEWS index 54c70fced938..08f057d9a389 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.