[issue24902] http.server: on startup, show host/port as URL

2015-09-06 Thread Felix Kaiser
Felix Kaiser added the comment: So do I, but I can live with either way. Can one of you merge one of these patches? -- ___ Python tracker <http://bugs.python.org/issue24

[issue24902] http.server: on startup, show host/port as URL

2015-08-20 Thread Felix Kaiser
Felix Kaiser added the comment: I'm not sure - that'd be redundant, and I find it harder to read. It also breaks for badly configured terminals where "("/")" are part of the select-by-word character set (but thats a very minor issue -- users with parentheses in

[issue24902] http.server: on startup, show host/port as URL

2015-08-20 Thread Felix Kaiser
New submission from Felix Kaiser: http.server: on startup, show host/port as URL Old: % python3 -m http.server Serving HTTP on 0.0.0.0 port 8000 ... New: % ./python -m http.server Serving http://0.0.0.0:8000/ ... This is useful because (modern) terminals will auto-detect URLs and make