changeset: 99881:69aa17b1f894 user: Senthil Kumaran date: Wed Jan 13 07:48:57 2016 -0800 files: Misc/NEWS description: Add a NEWS entry for Issue #22642. diff -r 0aa46b9ffba3 -r 69aa17b1f894 Misc/NEWS --- a/Misc/NEWS Wed Jan 13 07:46:54 2016 -0800 +++ b/Misc/NEWS Wed Jan 13 07:48:57 2016 -0800 @@ -128,6 +128,9 @@ 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.