summaryrefslogtreecommitdiff
path: root/Lib/wsgiref/simple_server.py
diff options
context:
space:
mode:
authorPhillip J. Eby <pje@telecommunity.com>2006-06-12 04:04:32 +0000
committerPhillip J. Eby <pje@telecommunity.com>2006-06-12 04:04:32 +0000
commit403019b115391a15815805f2004cebedb95ca1c4 (patch)
tree55573b343c2c93231667bf48f35c101ba03beebb /Lib/wsgiref/simple_server.py
parent6e73aaab474ab9df512e8f24029ed1c57f39c619 (diff)
downloadcpython-git-403019b115391a15815805f2004cebedb95ca1c4.tar.gz
Sync w/external release 0.1.2. Please see PEP 360 before making changes to external packages.
Diffstat (limited to 'Lib/wsgiref/simple_server.py')
-rw-r--r--Lib/wsgiref/simple_server.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/Lib/wsgiref/simple_server.py b/Lib/wsgiref/simple_server.py
index 0e4293a462..95996cc2f3 100644
--- a/Lib/wsgiref/simple_server.py
+++ b/Lib/wsgiref/simple_server.py
@@ -190,3 +190,16 @@ if __name__ == '__main__':
import webbrowser
webbrowser.open('http://localhost:8000/xyz?abc')
httpd.handle_request() # serve one request, then exit
+
+
+
+
+
+
+
+
+
+
+
+
+#