Fix  Issue6631 - Disallow relative file paths in urllib urlopen
diff --git a/Misc/NEWS b/Misc/NEWS
index 53c258b..74453c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,8 @@
 Library
 -------
 
+- Issue #6631: Disallow relative file paths in urllib urlopen methods.
+
 - Issue #13722: Avoid silencing ImportErrors when initializing the codecs
   registry.