mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
Add stub entry for argparse.
This commit is contained in:
parent
3149f9c614
commit
e572bcec78
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue