Add a NEWS entry for Issue #22642.

This commit is contained in:
Senthil Kumaran 2016-01-13 07:48:57 -08:00
parent 436831dbe4
commit 4e280a6f9f

View file

@ -128,6 +128,9 @@ Core and Builtins
Library Library
------- -------
- Issue #22642: Convert trace module option parsing mechanism to argparse.
Patch contributed by SilentGhost.
- Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars
appearing before $() vars. appearing before $() vars.