]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove the SlowParser class because it depended on the xmllib module
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 17 Apr 2007 08:42:15 +0000 (08:42 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 17 Apr 2007 08:42:15 +0000 (08:42 +0000)
commitff11334927ee616d765b54a3851016b76a20bcec
tree30968506e7cf62f8a8960788a4fe6a509da51006
parent53855c6495b076143c7bf947817fc967e3068af2
Remove the SlowParser class because it depended on the xmllib module
which was removed.

Use string methods rather than the string module.
Lib/xmlrpclib.py