merge with 3.3

This commit is contained in:
Georg Brandl 2013-10-14 16:53:07 +02:00
commit fb0b5f20bd
1 changed files with 1 additions and 0 deletions

View File

@ -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()