[XML-SIG] Uniform interface with Python 2.0

Fred L. Drake, Jr. fdrake@beopen.com
Fri, 8 Sep 2000 16:09:53 -0400 (EDT)


Paul writes:
 > I'll think about this. If you need Python to use PyXML, what's the point
 > of putting minidom in both places?

  The current plan is for the PyXML package to *replace* the "stock"
XML support delivered with Python (possibly excepting pyexpat).
(xmllib is not included in this; only the xml package.)
  Thhe purpose of this is to allow the PyXML package to fix any bugs
and avoid versioning issues within the xml.* namespace.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at beopen.com>
BeOpen PythonLabs Team Member