mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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
|
||||
=====================================
|
||||
|
||||
* 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue