Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg
diff --git a/Misc/NEWS b/Misc/NEWS
index efec480..10b8ab1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,9 @@
 Library
 -------
 
+- Issue #14920: Fix the help(urllib.parse) failure on locale C on terminals.
+  Have ascii characters in help.
+
 - Issue #14863: Update the documentation of os.fdopen() to reflect the
   fact that it's only a thin wrapper around open() anymore.