[Python-checkins] python/dist/src/Lib xmlrpclib.py,1.35,1.36

effbot at users.sourceforge.net effbot at users.sourceforge.net
Wed Oct 13 08:48:40 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19105/Lib

Modified Files:
	xmlrpclib.py 
Log Message:
removed info at pythonware.com reference

(should probably remove all traces of _xmlrpclib, but I'll leave that
for another day.)



Index: xmlrpclib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xmlrpclib.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- xmlrpclib.py	22 Aug 2004 16:04:50 -0000	1.35
+++ xmlrpclib.py	13 Oct 2004 06:48:37 -0000	1.36
@@ -439,8 +439,7 @@
 # XML parsers
 
 try:
-    # optional xmlrpclib accelerator.  for more information on this
-    # component, contact info at pythonware.com
+    # optional xmlrpclib accelerator
     import _xmlrpclib
     FastParser = _xmlrpclib.Parser
     FastUnmarshaller = _xmlrpclib.Unmarshaller



More information about the Python-checkins mailing list