Your message dated Mon, 18 Dec 2006 19:32:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#399410: fixed in python-xml 0.8.4-6 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: python-xml Version: 0.8.4-5 Severity: minor Tags: patch note: I found patch for this via google and is dated 2002, which says something about how many people are actually looking at the examples. here is the patch: --- /usr/share/doc/python-xml/examples/demo/dom/generate_xml1.py 2006-06-14 18:35:04.000000000 +0200 +++ generate_xml1.py 2006-11-19 16:20:10.964358280 +0100 @@ -14,16 +14,16 @@ #Create a document using document element namespace URI, doc element #name and doctype. This automatically creates a document element #which is the single element child of the document - doc = implementation.createHTMLDocument('', 'mydoc', dt) + doc = implementation.createDocument(None, 'mydoc', dt) #Get the document element doc_elem = doc.documentElement #Create an element: the Document instanmce acts as a factory - new_elem = doc.createElementNS('', 'spam') + new_elem = doc.createElementNS(None, 'spam') #Create an attribute on the new element - new_elem.setAttributeNS('', 'eggs', 'sunnysideup') + new_elem.setAttributeNS(None, 'eggs', 'sunnysideup') #Create a text node new_text = doc.createTextNode('some text here...') @@ -35,5 +35,5 @@ doc_elem.appendChild(new_elem) #Print out the resulting document - import xml.doc.ext - xml.doc.ext.Print(doc) + from xml.dom import ext + ext.Print(doc) -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18.2 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages python-xml depends on: ii python 2.4.3-11 An interactive high-level object-o ii python-central 0.5.10 register and build utility for Pyt python-xml recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: python-xml Source-Version: 0.8.4-6 We believe that the bug you reported is fixed in the latest version of python-xml, which is due to be installed in the Debian FTP archive: python-xml_0.8.4-6.diff.gz to pool/main/p/python-xml/python-xml_0.8.4-6.diff.gz python-xml_0.8.4-6.dsc to pool/main/p/python-xml/python-xml_0.8.4-6.dsc python-xml_0.8.4-6_amd64.deb to pool/main/p/python-xml/python-xml_0.8.4-6_amd64.deb xbel-utils_0.8.4-6_all.deb to pool/main/p/python-xml/xbel-utils_0.8.4-6_all.deb xbel_0.8.4-6_all.deb to pool/main/p/python-xml/xbel_0.8.4-6_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Fabio Tranchitella <[EMAIL PROTECTED]> (supplier of updated python-xml package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 18 Dec 2006 20:12:06 +0100 Source: python-xml Binary: python-xml xbel xbel-utils Architecture: source all amd64 Version: 0.8.4-6 Distribution: unstable Urgency: medium Maintainer: Debian/Ubuntu Zope Team <[EMAIL PROTECTED]> Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]> Description: python-xml - XML tools for Python xbel - XML Bookmark Exchange Language xbel-utils - XML Bookmark Exchange Language Utilities Closes: 298008 386720 392630 399410 Changes: python-xml (0.8.4-6) unstable; urgency=medium . * Fixes for documentation and examples: + Applied patch to demo/dom/generate_xml1.py. (Closes: #399410) + Applied patch to demo/xmlproc/catalog.soc. (Closes: #298008) * debian/control: + move debhelper to build-depends. (Closes: #392630) + xbel: recommends xml-core to provide a catalog mapping onto the XBEL DTDs. (Closes: #386720) Files: 66c44e75ad0e6705f03cb0b87d19b975 821 python optional python-xml_0.8.4-6.dsc 680666c551c8abc85c104db55376587e 26301 python optional python-xml_0.8.4-6.diff.gz 8cb05352cc739a70a1488bcae3aa505a 24414 web optional xbel_0.8.4-6_all.deb 52ca7364a9ced2250baf391fc8be2998 25528 web optional xbel-utils_0.8.4-6_all.deb 7125868bc256b2148e6ce4f1bab8676a 699208 python optional python-xml_0.8.4-6_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFhunyK/juK3+WFWQRAlQgAJoCHZOUDzD1hnA/68fOcOwY60yr6QCfcm7m zKK1mk7x/IGG9TtMe2YwR1I= =4HAF -----END PGP SIGNATURE-----
--- End Message ---

