2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem
diff --git a/Misc/NEWS b/Misc/NEWS
index 376d8d3..b8edcaa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,8 @@
 Library
 -------
 
+- Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem.
+
 - Issue #11199: Fix the with urllib which hangs on particular ftp urls.
 
 - Issue #5219: Prevent event handler cascade in IDLE.