# HG changeset patch # User paulb # Date 1214004446 0 # Node ID 3df7a67417de62bed7cbfcc386abff2290e7e52b # Parent 493870e66b050009d6cf25612a600a9c6680c3da [project @ 2008-06-20 23:27:26 by paulb] Improved comment instructions. diff -r 493870e66b05 -r 3df7a67417de examples/BaseHTTPRequestHandler/VerySimpleWithLoginApp.py --- a/examples/BaseHTTPRequestHandler/VerySimpleWithLoginApp.py Fri Jun 20 23:26:57 2008 +0000 +++ b/examples/BaseHTTPRequestHandler/VerySimpleWithLoginApp.py Fri Jun 20 23:27:26 2008 +0000 @@ -5,7 +5,7 @@ # Get a simple Web site. -host = "" # or an absolute URL (without path) +host = "" # or "http://localhost:8080" or another absolute URL (without path) resource = VerySimpleWithLogin.get_site(host) # Special magic incantation.