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 andrewclegg
Recipients andrewclegg, eric.araujo
Date 2010-02-16.09:38:44
SpamBayes Score 0.00012011736
Marked as misclassified No
Message-id <1266313126.32.0.208469812466.issue7846@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I used a global name for a couple of reasons: it is consistent with the cache itself and the size of the cache being defined in the same place; and because I wanted to allow the value to be modified by users.

I used the leading underscore to give a weak indication of internal use - for most users, it can be completely ignored. If someone wanted to modify the maximum size of the cache however, this would be a reasonable and safe thing for them to do.

Cheers
History
Date User Action Args
2010-02-16 09:38:46andrewcleggsetrecipients: + andrewclegg, eric.araujo
2010-02-16 09:38:46andrewcleggsetmessageid: <1266313126.32.0.208469812466.issue7846@psf.upfronthosting.co.za>
2010-02-16 09:38:45andrewclegglinkissue7846 messages
2010-02-16 09:38:44andrewcleggcreate