[issue35300] Document what functions are suitable for use with the lru_cache

2018-11-26 Thread STINNER Victor
STINNER Victor added the comment: Thanks Raymond, I concur that updating the doc is the proper fix :) -- ___ Python tracker ___

[issue35300] Document what functions are suitable for use with the lru_cache

2018-11-25 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35300] Document what functions are suitable for use with the lru_cache

2018-11-25 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 6c12091ca67e8ec2960652ef7a763d0de772f799 by Raymond Hettinger (Miss Islington (bot)) in branch '3.6': bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10709)

[issue35300] Document what functions are suitable for use with the lru_cache

2018-11-25 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset c7074007272f257a0efab76f03e6b400c30a51b4 by Raymond Hettinger (Miss Islington (bot)) in branch '3.7': bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10708)

[issue35300] Document what functions are suitable for use with the lru_cache

2018-11-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +9959 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35300] Document what functions are suitable for use with the lru_cache

2018-11-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +9958 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35300] Document what functions are suitable for use with the lru_cache

2018-11-25 Thread miss-islington
miss-islington added the comment: New changeset f0e0f2008d160cdd7e5bc02ea61c43f8c7b2b82f by Miss Islington (bot) (Raymond Hettinger) in branch 'master': bpo-35300: Add usage note to the lru_cache() docs (GH-10707)

[issue35300] Document what functions are suitable for use with the lru_cache

2018-11-25 Thread Raymond Hettinger
Change by Raymond Hettinger : -- keywords: +patch pull_requests: +9957 stage: -> patch review ___ Python tracker ___ ___

[issue35300] Document what functions are suitable for use with the lru_cache

2018-11-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: The proposed addition looks good to me. -- nosy: +terry.reedy ___ Python tracker ___ ___

[issue35300] Document what functions are suitable for use with the lru_cache

2018-11-23 Thread Raymond Hettinger
Change by Raymond Hettinger : -- title: Bug with memoization and mutable objects -> Document what functions are suitable for use with the lru_cache ___ Python tracker ___