Fix Issue11474 - url2pathname() handling of '/C|/' on Windows
diff --git a/Misc/NEWS b/Misc/NEWS
index 4718a69..20fa417 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,9 @@
 Library
 -------
 
+- Issue #11474: Fix the bug with url2pathname() handling of '/C|/' on Windows.
+  Patch by Santoso Wijaya.
+
 - Issue #9233: Fix json.loads('{}') to return a dict (instead of a list), when
   _json is not available.