This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author karlcow
Recipients BreamoreBoy, karlcow, phihag
Date 2010-10-14.19:55:58
SpamBayes Score 0.005514041
Marked as misclassified No
Message-id <1287086161.23.0.986972928264.issue6098@psf.upfronthosting.co.za>
In-reply-to
Content
The source of 3.1/lib/python3.1/xml/dom/__init__.py is correct 

===========
minidom -- A simple implementation of the Level 1 DOM with namespace
           support added (based on the Level 2 specification) and other
           minor Level 2 functionality.
===========

Even the level 2  implementation is partial. Some of the Level 3 implementation are based on a 9 April 2002 Working Draft. Comments like these ones are into the code.

# Node interfaces from Level 3 (WD 9 April 2002)

To note that there will be a need for a big code change in xml.dom to implement in the future webdomcore. Maybe a xml.dom.webdomcore would be welcome. http://www.w3.org/TR/domcore/

The request is valid.
History
Date User Action Args
2010-10-14 19:56:01karlcowsetrecipients: + karlcow, phihag, BreamoreBoy
2010-10-14 19:56:01karlcowsetmessageid: <1287086161.23.0.986972928264.issue6098@psf.upfronthosting.co.za>
2010-10-14 19:55:59karlcowlinkissue6098 messages
2010-10-14 19:55:58karlcowcreate