diff options
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 0faac11d23..1dd1449d9a 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -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. |