]> granicus.if.org Git - python/commitdiff
Add stub entry for argparse.
authorGeorg Brandl <georg@python.org>
Tue, 7 Sep 2010 08:18:26 +0000 (08:18 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 7 Sep 2010 08:18:26 +0000 (08:18 +0000)
Doc/whatsnew/3.2.rst

index 0faac11d23301c05848e32074ed37c7c52094e10..1dd1449d9a40f300322935d85a9511c2a6c0c9f4 100644 (file)
@@ -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.