diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-24 21:13:32 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-24 21:13:32 (GMT) |
commit | 3edcc7832e04691bc6309915201e4461a18a0eb0 (patch) | |
tree | 4f37645d7a13d338458d173c8a0679af74fefb06 /Doc/whatsnew/3.4.rst | |
parent | 5ea95249d58e298e4aa0b305e7088789803db466 (diff) | |
download | cpython-3edcc7832e04691bc6309915201e4461a18a0eb0.zip cpython-3edcc7832e04691bc6309915201e4461a18a0eb0.tar.gz cpython-3edcc7832e04691bc6309915201e4461a18a0eb0.tar.bz2 |
#16832: s/integer/object/ in docs/docstring, and add whatsnew entry.
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index d4f92aa..9f8583d 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -473,6 +473,12 @@ trace memory blocks allocated by Python. It provides the following information: Improved Modules ================ +abc +--- + +New function :func:`abc.get_cache_token` can be used to know when to invalidate +caches that are affected by changes in the object graph. (Contributed +by Ćukasz Langa in :issue:`16832`.) aifc ---- |