mirror of
https://github.com/python/cpython.git
synced 2026-05-11 23:18:57 -04:00
b5292a2e27
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".