Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8764b11..6e971a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,9 @@
 Library
 -------
 
+- Issue #11467: Fix urlparse behavior when handling urls which contains scheme 
+  specific part only digits. Patch by Santoso Wijaya.
+
 - Issue #11474: Fix the bug with url2pathname() handling of '/C|/' on Windows.
   Patch by Santoso Wijaya.