[Python-checkins] commit of r41667 - in python/trunk/Lib: test/test_minidom.py test/test_sax.py test/test_xml_etree.py xml.py xml/__init__.py xml/dom xml/etree xml/parsers xml/sax xmlcore xmlcore/dom xmlcore/dom/domreg.py xmlcore/dom/expatbuilder.py xmlcore/dom/minicompat.py xmlcore/dom/minidom.py xmlcore/dom/pulldom.py xmlcore/dom/xmlbuilder.py xmlcore/etree xmlcore/etree/ElementTree.py xmlcore/parsers xmlcore/sax xmlcore/sax/__init__.py xmlcore/sax/expatreader.py

"Martin v. Löwis" martin at v.loewis.de
Wed Dec 14 07:47:10 CET 2005


fred.drake wrote:
> move the xml package implementation to xmlcore, and adjust the tests to
> test that package, not the xmlcore/PyXML switcheroo fiasco in the xml
> module/package

What is the rationale for this change? Can you please revert it?

Maintaining PyXML will be a pain if this stays, and users will be
confused what the "xmlcore" package is.

Regards,
Martin


More information about the Python-checkins mailing list