summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-07 08:18:26 (GMT)
committerGeorg Brandl <georg@python.org>2010-09-07 08:18:26 (GMT)
commite572bcec78d2e39bf428cd38df0337b1ee2ed289 (patch)
tree66afbed353b4b4ba632a72de965c76831b45aec5 /Doc
parent3149f9c6141ab638ac92c30f7bc3807aa1e8e885 (diff)
downloadcpython-e572bcec78d2e39bf428cd38df0337b1ee2ed289.zip
cpython-e572bcec78d2e39bf428cd38df0337b1ee2ed289.tar.gz
cpython-e572bcec78d2e39bf428cd38df0337b1ee2ed289.tar.bz2
Add stub entry for argparse.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 0faac11..1dd1449 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.