[Checkins] SVN: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py Add comment about giving up the socket

Jan-Jaap Driessen jdriessen at thehealthagency.com
Tue Nov 9 10:40:45 EST 2010


Log message for revision 118298:
  Add comment about giving up the socket

Changed:
  U   gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py

-=-
Modified: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py	2010-11-09 15:39:34 UTC (rev 118297)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py	2010-11-09 15:40:45 UTC (rev 118298)
@@ -102,6 +102,7 @@
             return
         self.server.shutdown()
         self.server_thread.join()
+        # Make the server really go away and give up the socket:
         self.server = None
 
     def tearDown(self):



More information about the checkins mailing list