New submission from Nick Coghlan <[email protected]>: The standard library has several cache implementations (e.g. in re, fnmatch and ElementTree) with different cache size limiting strategies. These should be standardised and possibly even exposed for general use.
Refer to python-dev discussion: http://mail.python.org/pipermail/python-dev/2010-July/102473.html ---------- components: Library (Lib) messages: 111790 nosy: ncoghlan priority: normal severity: normal stage: needs patch status: open title: Standardise (and publish?) cache handling in standard library type: feature request versions: Python 3.3 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9396> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
