]> granicus.if.org Git - python/commit
Expose --bind argument for http.server, enable http.server to bind to a user
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 15 Sep 2013 16:37:27 +0000 (09:37 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 15 Sep 2013 16:37:27 +0000 (09:37 -0700)
commitdefe7f4c62b992380fdda2833bb46a6505c839f4
treedb470d7591c9fa72ff25f4b8c052dcb78c2cccf7
parent5642ff9d8eefb0068eeb99c31320d3c6a319ea88
Expose --bind argument for http.server, enable http.server to bind to a user
specified network interface.

Patch contributed by Malte Swart. Addresses issue #17764.

HG :Enter commit message.  Lines beginning with 'HG:' are removed.
Doc/library/http.server.rst
Lib/http/server.py
Misc/NEWS