[Python-checkins] cpython (merge 3.3 -> default): merge with 3.3

georg.brandl python-checkins at python.org
Mon Oct 14 16:53:24 CEST 2013


http://hg.python.org/cpython/rev/0ee6543fb3f2
changeset:   86366:0ee6543fb3f2
parent:      86363:cbf515f5a810
parent:      86364:f1e66ef64d17
user:        Georg Brandl <georg at python.org>
date:        Mon Oct 14 16:53:07 2013 +0200
summary:
  merge with 3.3

files:
  Lib/wsgiref/simple_server.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/wsgiref/simple_server.py b/Lib/wsgiref/simple_server.py
--- a/Lib/wsgiref/simple_server.py
+++ b/Lib/wsgiref/simple_server.py
@@ -155,3 +155,4 @@
     import webbrowser
     webbrowser.open('http://localhost:8000/xyz?abc')
     httpd.handle_request()  # serve one request, then exit
+    httpd.server_close()

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list