diff options
author | trag1c <trag1cdev@yahoo.com> | 2024-05-08 07:06:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 07:06:38 (GMT) |
commit | c4f9823be277b2e3de2315526612276626217743 (patch) | |
tree | b2c14a08fa07e5f4da4c9a8536294f0a4a092f6e /Doc/whatsnew | |
parent | fcf52d7ceea3532f0b3475aadd4e1f72db463a1f (diff) | |
download | cpython-c4f9823be277b2e3de2315526612276626217743.zip cpython-c4f9823be277b2e3de2315526612276626217743.tar.gz cpython-c4f9823be277b2e3de2315526612276626217743.tar.bz2 |
gh-118671: Updated dead ActiveState links (#118730)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 5247451..a6b3820 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -785,8 +785,8 @@ functools (Contributed by Raymond Hettinger and incorporating design ideas from Jim Baker, Miki Tebeka, and Nick Coghlan; see `recipe 498245 - <https://code.activestate.com/recipes/498245/>`_\, `recipe 577479 - <https://code.activestate.com/recipes/577479/>`_\, :issue:`10586`, and + <https://code.activestate.com/recipes/498245-lru-and-lfu-cache-decorators/>`_\, `recipe 577479 + <https://code.activestate.com/recipes/577479-simple-caching-decorator/>`_\, :issue:`10586`, and :issue:`10593`.) * The :func:`functools.wraps` decorator now adds a :attr:`__wrapped__` attribute |