Make http.server main program nicer for interactive use.
Remove unreachable calls to test(). This restores the behavior of SimpleHTTPServer, where a user could type "python -m SimpleHTTPServer" and get a simple server for sharing files. Now, you can do the same thing with "python3 -m http.server".
A
Alexandre Vassalotti committed
b5292a2e27dfb72a63f5ae51eb344405eb8a2f13
Parent: 3cde7c7