mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
removed info@pythonware.com reference
(should probably remove all traces of _xmlrpclib, but I'll leave that for another day.)
This commit is contained in:
parent
f7e74b789d
commit
7069c31bbb
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue