commit | 3cc8f211ed0d569836114d0d54c6298a21e6dde3 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Mon Mar 15 18:08:58 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Mon Mar 15 18:08:58 2010 +0000 |
tree | f3ceb6af8296b5cdb6d4e8860df240db5e208ac0 | |
parent | fae23dc9dc1b4e1b3138b1c933306869440408f2 [diff] [blame] |
Issue #7783 and #7787: open_urlresource invalidates the outdated files from the local cache. Use this feature to fix test_normalization.
diff --git a/Misc/NEWS b/Misc/NEWS index 7430d43..a6fe33a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -76,6 +76,12 @@ - Issue #7705: Fix linking on FreeBSD. +Tests +----- + +- Issue #7783: test.test_support.open_urlresource invalidates the outdated + files from the local cache. + What's New in Python 2.7 alpha 4? =================================