commit | bbad84b41aa73a3cf4be1fe41ca5fde3814af9ca | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Fri Dec 22 13:28:43 2006 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Fri Dec 22 13:28:43 2006 +0000 |
tree | 82108f1e3e9f7ce797501473bc032ab75b5cb5ff | |
parent | 28cfe299be2c75343c9d4dae2dfe11a4124f7908 [diff] [blame] |
[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.