summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2004-10-13 06:48:37 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2004-10-13 06:48:37 (GMT)
commit7069c31bbb8ea53b2c0c6d4f7b44c664f838bab8 (patch)
tree19b229d4a944e972b468e9f6df25cc582709a162 /Lib
parentf7e74b789d8de7e89926864c22915cfbb7411d80 (diff)
downloadcpython-7069c31bbb8ea53b2c0c6d4f7b44c664f838bab8.zip
cpython-7069c31bbb8ea53b2c0c6d4f7b44c664f838bab8.tar.gz
cpython-7069c31bbb8ea53b2c0c6d4f7b44c664f838bab8.tar.bz2
removed info@pythonware.com reference
(should probably remove all traces of _xmlrpclib, but I'll leave that for another day.)
Diffstat (limited to 'Lib')
-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