commit | 317185a533f6d6b7fcad63ec5e7f875cea09fcb9 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Jun 04 09:00:56 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Jun 04 09:00:56 2009 +0000 |
tree | f8ae45e958b507c3b89e040f9230695def606159 | |
parent | dc144a03233a5da7affadb09d52a3d64f6e270b0 [diff] |
Recorded merge of revisions 73201 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73201 | georg.brandl | 2009-06-04 10:58:32 +0200 (Do, 04 Jun 2009) | 1 line #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser. ........