From: Georg Brandl Date: Tue, 7 Sep 2010 08:18:26 +0000 (+0000) Subject: Add stub entry for argparse. X-Git-Tag: v3.2a3~402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e572bcec78d2e39bf428cd38df0337b1ee2ed289;p=python Add stub entry for argparse. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 0faac11d23..1dd1449d9a 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -243,6 +243,8 @@ Some smaller changes made to the core Python language are: New, Improved, and Deprecated Modules ===================================== +* XXX mention :mod:`argparse`. + * The :mod:`functools` module includes a new decorator for caching function calls. :func:`functools.lru_cache` can save repeated queries to an external resource whenever the results are expected to be the same.