mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Add stub entry for argparse.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user