commit | 1251fafcc57091d952bb1cc9b1e1a77f39c59b7b | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sun Jun 03 16:15:54 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sun Jun 03 16:15:54 2012 +0800 |
tree | 9c769f7853d95b57d296f4220006d6aeb807cca5 | |
parent | c68e1368b52eb3b6b192593b988e882579827694 [diff] [blame] |
Issue 14989: http.server --cgi option can enable the CGI http server.
diff --git a/Misc/NEWS b/Misc/NEWS index b746969..e732604 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Library ------- +- Issue #14989: Make the CGI enable option to http.server available via command + line. + - Issue #14987: Add a missing import statement to inspect. - Issue #1079: email.header.decode_header now correctly parses all the examples