STINNER Victor <vstin...@python.org> added the comment:

> Python's http.server at least warns about this in the docs:
> https://docs.python.org/3/library/http.server.html
> and limits the serving to the current dir (and subdirs).

I would be fine with a warning in the pydoc documentation, but I dislike 
warnings display on the command line. When I see such warning, I feel that the 
machine considers that I'm dumb and I have no idea of what I am doing.

If it's unsafe, can we make it safe by default?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42988>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to