This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients ncoghlan
Date 2010-07-28.11:27:09
SpamBayes Score 0.023257535
Marked as misclassified No
Message-id <1280316432.08.0.674221936967.issue9396@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-07-28 11:27:12ncoghlansetrecipients: + ncoghlan
2010-07-28 11:27:12ncoghlansetmessageid: <1280316432.08.0.674221936967.issue9396@psf.upfronthosting.co.za>
2010-07-28 11:27:10ncoghlanlinkissue9396 messages
2010-07-28 11:27:09ncoghlancreate