Hi all,
I'd like to start a server with a random free port. Is there a reason
for paste.httpserver not to allow 0 as port number? I guess changing
line 1232 in httpserver.py from
if not port:
to
if port is None:
would do the trick?Alex Drahon _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
