From: Andrew M. Kuchling Date: Tue, 2 Mar 2010 13:55:33 +0000 (+0000) Subject: Add an item X-Git-Tag: v2.7a4~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab21f75ff1c096dc66e0bbdb408711148aec8ce3;p=python Add an item --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 2ec9e624d0..73c4304d57 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -222,6 +222,16 @@ module, but it's easier to use. :pep:`378` - Format Specifier for Thousands Separator PEP written by Raymond Hettinger; implemented by Eric Smith. +PEP 389: The argparse Module for Parsing Command Lines +====================================================== + +XXX write this section. + +.. seealso:: + + :pep:`389` - argparse - New Command Line Parsing Module + PEP written and implemented by Steven Bethard. + PEP 391: Dictionary-Based Configuration For Logging ====================================================