Stop trying to use _xmlplus in the xml module. Closes #11164.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 9 May 2011 06:05:43 +0000 (08:05 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 9 May 2011 06:05:43 +0000 (08:05 +0200)
commit2f48d892d4036b500f5b79d152b3166b4d205dc9
tree84b7b98bf34da03b275e04726884c27ec33c917b
parent8269a44d5095cbd0c351aedc41272e9a6d91c269
Stop trying to use _xmlplus in the xml module. Closes #11164.
Patch by Arfrever Frehtes Taifersar Arahesis.
Doc/distutils/introduction.rst
Doc/library/modulefinder.rst
Doc/library/xml.dom.minidom.rst
Doc/library/xml.dom.rst
Lib/modulefinder.py
Lib/test/test_minidom.py
Lib/test/test_sax.py
Lib/xml/__init__.py
Misc/NEWS