python3 -m http.Must be written with server
.
According to docs, the reason is:
From Python 3.0, http.server
contains Simple HTTPServer.
When converting code to 3.0, 2to3 tool automatically http.Import server
.
© 2025 OneMinuteCode. All rights reserved.