commit | 83cc0d0addd23dbd2b32f4de9835538496ad71cd | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Jun 14 08:50:03 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Jun 14 08:50:03 2006 +0000 |
tree | 3d95739b6f53dd4f3d7415b26ff128a6da8d2485 | |
parent | 0540be96f3b4f9fa684ee7ce4f9e777a169d8138 [diff] [blame] |
Bug #1117556: SimpleHTTPServer now tries to find and use the system's mime.types file for determining MIME types.
diff --git a/Misc/NEWS b/Misc/NEWS index 630d36b..a8099f7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -156,6 +156,9 @@ Library ------- +- Bug #1117556: SimpleHTTPServer now tries to find and use the system's + mime.types file for determining MIME types. + - Bug #1339007: Shelf objects now don't raise an exception in their __del__ method when initialization failed.