[Python-checkins] r45604 - python/trunk/Lib/SimpleXMLRPCServer.py (original) (raw)

andrew.kuchling python-checkins at python.org
Fri Apr 21 14:57:35 CEST 2006


Author: andrew.kuchling Date: Fri Apr 21 14:57:35 2006 New Revision: 45604

Modified: python/trunk/Lib/SimpleXMLRPCServer.py Log: Add explanatory message

Modified: python/trunk/Lib/SimpleXMLRPCServer.py

--- python/trunk/Lib/SimpleXMLRPCServer.py (original) +++ python/trunk/Lib/SimpleXMLRPCServer.py Fri Apr 21 14:57:35 2006 @@ -560,6 +560,7 @@ self.handle_xmlrpc(request_text)

if name == 'main':



More information about the Python-checkins mailing list