From: Fredrik Lundh Date: Wed, 13 Oct 2004 06:48:37 +0000 (+0000) Subject: removed info@pythonware.com reference X-Git-Tag: v2.4b1~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7069c31bbb8ea53b2c0c6d4f7b44c664f838bab8;p=thirdparty%2FPython%2Fcpython.git removed info@pythonware.com reference (should probably remove all traces of _xmlrpclib, but I'll leave that for another day.) --- diff --git a/Lib/xmlrpclib.py b/Lib/xmlrpclib.py index e3895bd33eba..7b68196e3e51 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