diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-06-08 08:19:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-06-08 08:19:24 (GMT) |
commit | e7070f09bcbc4aa960216d099beff4431744a7e2 (patch) | |
tree | 0959f5c789d72922945ae6e250845585d64e840c /Misc/NEWS | |
parent | 77cb197aaa289d1815b9b476f48ebe86d9b75a72 (diff) | |
download | cpython-e7070f09bcbc4aa960216d099beff4431744a7e2.zip cpython-e7070f09bcbc4aa960216d099beff4431744a7e2.tar.gz cpython-e7070f09bcbc4aa960216d099beff4431744a7e2.tar.bz2 |
Issue #14373: C implementation of functools.lru_cache() now can be used with
methods.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ Core and Builtins Library ------- +- Issue #14373: C implementation of functools.lru_cache() now can be used with + methods. + - Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam |