Patch #1276356: Implement new resource "urlfetch" for regrtest.
This enables even impatient people to run tests that require remote
files such as test_normalization and test_codecmaps_*.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7bc24dd..c6092bc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -633,6 +633,9 @@
- In test_os, st_?time is now truncated before comparing it with ST_?TIME.
+- Patch #1276356: New resource "urlfetch" is implemented. This enables
+ even impatient people to run tests that require remote files.
+
Documentation
-------------