]> granicus.if.org Git - python/commitdiff
removed info@pythonware.com reference
authorFredrik Lundh <fredrik@pythonware.com>
Wed, 13 Oct 2004 06:48:37 +0000 (06:48 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Wed, 13 Oct 2004 06:48:37 +0000 (06:48 +0000)
(should probably remove all traces of _xmlrpclib, but I'll leave that
for another day.)

Lib/xmlrpclib.py

index e3895bd33ebac928cce046670e4ae6f3cebefb46..7b68196e3e51cb3da83e74775e9a505bd358cab8 100644 (file)
@@ -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