summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-14 14:53:07 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-14 14:53:07 (GMT)
commitfb0b5f20bd0c5ffc58995e2fed1b7d01e3e2afb0 (patch)
treee35d9d6539979a2ffd96e445a5d6e72f7d0a01db
parent979541935ab96dbd6c08f367bc2e9d11428954ba (diff)
parentd98d6cb45125476ba806f7e4eca4bb038f27adb0 (diff)
downloadcpython-fb0b5f20bd0c5ffc58995e2fed1b7d01e3e2afb0.zip
cpython-fb0b5f20bd0c5ffc58995e2fed1b7d01e3e2afb0.tar.gz
cpython-fb0b5f20bd0c5ffc58995e2fed1b7d01e3e2afb0.tar.bz2
merge with 3.3
-rw-r--r--Lib/wsgiref/simple_server.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/wsgiref/simple_server.py b/Lib/wsgiref/simple_server.py
index a6015fb..cd9751a 100644
--- a/Lib/wsgiref/simple_server.py
+++ b/Lib/wsgiref/simple_server.py
@@ -155,3 +155,4 @@ if __name__ == '__main__':
import webbrowser
webbrowser.open('http://localhost:8000/xyz?abc')
httpd.handle_request() # serve one request, then exit
+ httpd.server_close()