]> granicus.if.org Git - python/commit
#5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much valid...
authorGeorg Brandl <georg@python.org>
Thu, 4 Jun 2009 08:58:32 +0000 (08:58 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 4 Jun 2009 08:58:32 +0000 (08:58 +0000)
commite6632b47bbb0df00f67160b7497923e2f746d57b
treef1c3a6a3fa7bf0525a5c6a4f3b5fb15b8c824613
parente616c53aecd539d2f1c6022a281c0fe4c5c336aa
#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.
Lib/xmlrpclib.py
Misc/NEWS