[Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories
diff --git a/Misc/NEWS b/Misc/NEWS
index 93e9d0a..dca49c1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,9 @@
 Library
 -------
 
+- Bug #737202: Make CGIHTTPServer work for scripts in subdirectories.
+  Fix by Titus Brown.
+
 - Patch #1608267: fix a race condition in os.makedirs() is the directory
   to be created is already there.