Kaydet (Commit) e572bcec authored tarafından Georg Brandl's avatar Georg Brandl

Add stub entry for argparse.

üst 3149f9c6
......@@ -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.
......
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