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?
 =================================