Commit e572bcec authored by Georg Brandl's avatar Georg Brandl

Add stub entry for argparse.

parent 3149f9c6
...@@ -243,6 +243,8 @@ Some smaller changes made to the core Python language are: ...@@ -243,6 +243,8 @@ Some smaller changes made to the core Python language are:
New, Improved, and Deprecated Modules New, Improved, and Deprecated Modules
===================================== =====================================
* XXX mention :mod:`argparse`.
* The :mod:`functools` module includes a new decorator for caching function * The :mod:`functools` module includes a new decorator for caching function
calls. :func:`functools.lru_cache` can save repeated queries to an external calls. :func:`functools.lru_cache` can save repeated queries to an external
resource whenever the results are expected to be the same. resource whenever the results are expected to be the same.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment