]> granicus.if.org Git - python/commitdiff
Add a NEWS entry for Issue #22642.
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 13 Jan 2016 15:48:57 +0000 (07:48 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 13 Jan 2016 15:48:57 +0000 (07:48 -0800)
Misc/NEWS

index 54c70fced9384318319652a0f0abfc2d411a7681..08f057d9a389aad760089526254a08f892be53b1 100644 (file)
--- 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.