From 7069c31bbb8ea53b2c0c6d4f7b44c664f838bab8 Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Wed, 13 Oct 2004 06:48:37 +0000 Subject: [PATCH] removed info@pythonware.com reference (should probably remove all traces of _xmlrpclib, but I'll leave that for another day.) --- Lib/xmlrpclib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/xmlrpclib.py b/Lib/xmlrpclib.py index e3895bd33e..7b68196e3e 100644 --- a/Lib/xmlrpclib.py +++ b/Lib/xmlrpclib.py @@ -439,8 +439,7 @@ if not _bool_is_builtin: # XML parsers try: - # optional xmlrpclib accelerator. for more information on this - # component, contact info@pythonware.com + # optional xmlrpclib accelerator import _xmlrpclib FastParser = _xmlrpclib.Parser FastUnmarshaller = _xmlrpclib.Unmarshaller -- 2.50.1