Add stub entry for argparse.

This commit is contained in:
Georg Brandl 2010-09-07 08:18:26 +00:00
parent 3149f9c614
commit e572bcec78

View 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.