Your message dated Sun, 3 Jul 2016 11:22:15 +0200
with message-id <[email protected]>
and subject line closing bugs reported against ancient python versions
has caused the Debian Bug report #536278,
regarding python2.5: xml.etree can produce invalid XML
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
536278: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536278
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-lxml
Version: 2.1.5-1
Severity: normal
$ cat buggy.py
import sys
import lxml.etree as et
root = et.Element('root')
root.text = u'''\u1234\x07'''
et.ElementTree(root).write(sys.stdout)
$ python buggy.py | xmllint -
-:1: parser error : PCDATA invalid Char value 7
<root>ሴ</root>
^
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (900, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-lxml depends on:
ii libc6 2.9-19 GNU C Library: Shared libraries
ii libxml2 2.7.3.dfsg-1 GNOME XML library
ii libxslt1.1 1.1.24-2 XSLT processing library - runtime
ii python 2.5.4-2 An interactive high-level object-o
ii python-central 0.6.11 register and build utility for Pyt
ii zlib1g 1:1.2.3.3.dfsg-14 compression library - runtime
python-lxml recommends no packages.
Versions of packages python-lxml suggests:
pn python-lxml-dbg <none> (no description available)
-- no debconf information
--
Jakub Wilk
--- End Message ---
--- Begin Message ---
This bug has been reported against an ancient version of
python (2.5/3.1), that was last released with Debian 6.0 (squeeze). But
even squeeze-lts has now reached end-of-life and is no longer supported.
The bug is assumed to be fixed (or no longer relevant) in newer python
releases and therefore I'm closing this report now. If the problem is
still reproducible in the currently supported versions (python2.7,
python3.5/python3.6), feel free to provide more information, reopen
and reassign this bug report.
Andreas
--- End Message ---