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 pboddie
Recipients akuchling, loewis, pboddie, vdupras
Date 2008-02-16.23:47:34
SpamBayes Score 0.047652066
Marked as misclassified No
Message-id <1203205657.25.0.481169902322.issue2124@psf.upfronthosting.co.za>
In-reply-to
Content
(Andrew, thanks for making a bug, and apologies for not reporting this
in a timely fashion.)

Although an in-memory caching solution might seem to be sufficient, if
one considers things like CGI programs, it's clear that such programs
aren't going to benefit from such a solution. It would be interesting to
know what widely deployed software does use the affected parsers,
though. A Google code search might be helpful.

I think that the nicest compatible solution would be to have some kind
of filesystem cache for the downloaded resources, but I don't recall any
standard library caching solution of this nature. Things like being able
to write to a known directory, perhaps using the temporary file APIs
which should work even as a "very unprivileged" user, would be useful
properties of such a solution.
History
Date User Action Args
2008-02-16 23:47:37pboddiesetspambayes_score: 0.0476521 -> 0.047652066
recipients: + pboddie, loewis, akuchling, vdupras
2008-02-16 23:47:37pboddiesetspambayes_score: 0.0476521 -> 0.0476521
messageid: <1203205657.25.0.481169902322.issue2124@psf.upfronthosting.co.za>
2008-02-16 23:47:35pboddielinkissue2124 messages
2008-02-16 23:47:34pboddiecreate