summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/xmlrpclib.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/xmlrpclib.py b/Lib/xmlrpclib.py
index e3895bd..7b68196 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