[issue9396] Standardise (and publish?) cache handling in standard library

Nick Coghlan report at bugs.python.org
Wed Jul 28 13:27:12 CEST 2010


New submission from Nick Coghlan <ncoghlan at gmail.com>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue9396>
_______________________________________


More information about the Python-bugs-list mailing list