extras-buildsys/common SSLConnection.py,1.3.4.5.4.1,1.3.4.5.4.2

Michael Schwendt mschwendt at fedoraproject.org
Mon Nov 17 21:12:40 UTC 2008


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/common
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13151/common

Modified Files:
      Tag: Plague-0_4_5
	SSLConnection.py 
Log Message:
fix comments


Index: SSLConnection.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/common/SSLConnection.py,v
retrieving revision 1.3.4.5.4.1
retrieving revision 1.3.4.5.4.2
diff -u -r1.3.4.5.4.1 -r1.3.4.5.4.2
--- SSLConnection.py	17 Nov 2008 21:04:13 -0000	1.3.4.5.4.1
+++ SSLConnection.py	17 Nov 2008 21:12:09 -0000	1.3.4.5.4.2
@@ -15,7 +15,7 @@
 class SSLConnection:
     """
     This whole class exists just to filter out a parameter
-    passed in to the shutdown() method in SimpleXMLRPC.doPOST()
+    passed in to the shutdown() method in SimpleXMLRPCServer.do_POST()
     """
 
     DEFAULT_TIMEOUT = 20
@@ -48,7 +48,7 @@
 
     def shutdown(self, how=1):
         """
-        SimpleXMLRpcServer.doPOST calls shutdown(1),
+        SimpleXMLRPCServer.do_POST() calls shutdown(1),
         and Connection.shutdown() doesn't take
         an argument. So we just discard the argument.
         """




More information about the fedora-extras-commits mailing list