Hacker News new | past | comments | ask | show | jobs | submit login

Note that it has changed in python3

  > python3 -m http.server
  Serving HTTP on 0.0.0.0 port 8000 ...

  > python3 -m http.server 8080
  Serving HTTP on 0.0.0.0 port 8080 ...



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: