[issue17764] Support http.server passing bind address via commend line argument

2013-04-16 Thread Malte Swart

New submission from Malte Swart:

The http.server supports a shortcut to start it directly via the interpreter. 
To be able to use this shortcut on server with insecure interfaces, this patch 
adds a --bind, -b option to specify a bind address.

--
components: Library (Lib)
files: http-server-bind-arg.patch
keywords: patch
messages: 187102
nosy: malte.swart
priority: normal
severity: normal
status: open
title: Support http.server passing bind address via commend line argument
type: enhancement
Added file: http://bugs.python.org/file29886/http-server-bind-arg.patch

___
Python tracker 
<http://bugs.python.org/issue17764>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17764] Support http.server passing bind address via commend line argument

2013-04-21 Thread Malte Swart

Malte Swart added the comment:

I have updated the patch and added a paragraph for this option to the 
documentation. 

Shall I add this issue to the changelog list for python 3.4.0 alpha 1?

--
Added file: http://bugs.python.org/file29969/http-server-bind-arg2.patch

___
Python tracker 
<http://bugs.python.org/issue17764>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com