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 akuchling
Recipients ajaksu2, akuchling, loewis, pboddie, vdupras
Date 2008-02-25.10:24:21
SpamBayes Score 0.0051465016
Marked as misclassified No
Message-id <1203935078.04.0.926753326911.issue2124@psf.upfronthosting.co.za>
In-reply-to
Content
I mention urllib because, as noted earlier in the discussion, code that
fetches resources over HTTP should really be caching (looking at the
Expires header, sending an ETag and an If-Modified-Since header, etc.).
 It's difficult for us to add these features to the urllib/urllib2 APIs,
so we should make users aware of other libraries that provide these
features,  so that users will use such a library instead of just writing
to the lower-level APIs provided with Python.
History
Date User Action Args
2008-02-25 10:24:38akuchlingsetspambayes_score: 0.0051465 -> 0.0051465016
recipients: + akuchling, loewis, pboddie, ajaksu2, vdupras
2008-02-25 10:24:38akuchlingsetspambayes_score: 0.0051465 -> 0.0051465
messageid: <1203935078.04.0.926753326911.issue2124@psf.upfronthosting.co.za>
2008-02-25 10:24:22akuchlinglinkissue2124 messages
2008-02-25 10:24:21akuchlingcreate