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 flox
Recipients flox
Date 2010-01-26.18:41:08
SpamBayes Score 1.5549088e-07
Marked as misclassified No
Message-id <1264531271.23.0.207015207456.issue7787@psf.upfronthosting.co.za>
In-reply-to
Content
The function "open_urlresource" never invalidates its cache.
If a file with same name is available in "Lib/test/data/", it is returned.

There's a snippet in test_normalization which tries to invalidate the cache, but it fails because it looks in the wrong location. (#7783)
History
Date User Action Args
2010-01-26 18:41:11floxsetrecipients: + flox
2010-01-26 18:41:11floxsetmessageid: <1264531271.23.0.207015207456.issue7787@psf.upfronthosting.co.za>
2010-01-26 18:41:09floxlinkissue7787 messages
2010-01-26 18:41:09floxcreate