expunge the xmlcore changes:
commitda21ebee34dd4c433d71ab193d7e3642014a2b60
authorfred.drake <fred.drake@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 29 Jul 2006 16:56:15 +0000 (29 16:56 +0000)
committerfred.drake <fred.drake@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 29 Jul 2006 16:56:15 +0000 (29 16:56 +0000)
treeb901fee483183a6b5d5642833e53f3f29052d646
parent0272dfe2520f72a9eb8e621b7be001ab76eefc58
expunge the xmlcore changes:
  41667, 41668 - initial switch to xmlcore
  47044        - mention of xmlcore in What's New
  50687        - mention of xmlcore in the library reference

re-apply xmlcore changes to xml:
  41674        - line ending changes (re-applied manually), directory props
  41677        - add cElementTree wrapper
  41678        - PSF licensing for etree
  41812        - whitespace normalization
  42724        - fix svn:eol-style settings
  43681, 43682 - remove Python version-compatibility cruft from minidom
  46773        - fix encoding of \r\n\t in attr values in saxutils
  47269        - added XMLParser alias for cElementTree compatibility

additional tests were added in Lib/test/test_sax.py that failed with
the xmlcore changes; these relate to SF bugs #1511497, #1513611

git-svn-id: http://svn.python.org/projects/python/trunk@50941 6015fed2-1504-0410-9fe1-9d1591cc4771
31 files changed:
Doc/lib/markup.tex
Doc/whatsnew/whatsnew25.tex
Lib/test/test_minidom.py
Lib/test/test_sax.py
Lib/test/test_xml_etree.py
Lib/test/test_xml_etree_c.py
Lib/xml/__init__.py [moved from Lib/xml.py with 90% similarity]
Lib/xml/dom/NodeFilter.py [moved from Lib/xmlcore/dom/NodeFilter.py with 100% similarity]
Lib/xml/dom/__init__.py [moved from Lib/xmlcore/dom/__init__.py with 100% similarity]
Lib/xml/dom/domreg.py [moved from Lib/xmlcore/dom/domreg.py with 98% similarity]
Lib/xml/dom/expatbuilder.py [moved from Lib/xmlcore/dom/expatbuilder.py with 99% similarity]
Lib/xml/dom/minicompat.py [moved from Lib/xmlcore/dom/minicompat.py with 99% similarity]
Lib/xml/dom/minidom.py [moved from Lib/xmlcore/dom/minidom.py with 93% similarity]
Lib/xml/dom/pulldom.py [moved from Lib/xmlcore/dom/pulldom.py with 96% similarity]
Lib/xml/dom/xmlbuilder.py [moved from Lib/xmlcore/dom/xmlbuilder.py with 95% similarity]
Lib/xml/etree/ElementInclude.py [moved from Lib/xmlcore/etree/ElementInclude.py with 100% similarity]
Lib/xml/etree/ElementPath.py [moved from Lib/xmlcore/etree/ElementPath.py with 100% similarity]
Lib/xml/etree/ElementTree.py [moved from Lib/xmlcore/etree/ElementTree.py with 99% similarity]
Lib/xml/etree/__init__.py [moved from Lib/xmlcore/etree/__init__.py with 100% similarity]
Lib/xml/etree/cElementTree.py [moved from Lib/xmlcore/etree/cElementTree.py with 100% similarity]
Lib/xml/parsers/__init__.py [moved from Lib/xmlcore/parsers/__init__.py with 100% similarity]
Lib/xml/parsers/expat.py [moved from Lib/xmlcore/parsers/expat.py with 100% similarity]
Lib/xml/sax/__init__.py [moved from Lib/xmlcore/sax/__init__.py with 97% similarity]
Lib/xml/sax/_exceptions.py [moved from Lib/xmlcore/sax/_exceptions.py with 100% similarity]
Lib/xml/sax/expatreader.py [moved from Lib/xmlcore/sax/expatreader.py with 95% similarity]
Lib/xml/sax/handler.py [moved from Lib/xmlcore/sax/handler.py with 100% similarity]
Lib/xml/sax/saxutils.py [moved from Lib/xmlcore/sax/saxutils.py with 100% similarity]
Lib/xml/sax/xmlreader.py [moved from Lib/xmlcore/sax/xmlreader.py with 100% similarity]
Lib/xmlcore/__init__.py [deleted file]
Makefile.pre.in
Misc/NEWS