Your message dated Tue, 29 Jun 2010 13:02:26 +0000
with message-id <[email protected]>
and subject line Bug#339818: fixed in utidylib 0.2-6
has caused the Debian Bug report #339818,
regarding parseString fails silently on unicode strings
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.)
--
339818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=339818
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-utidylib
Version: 0.2-2
The parseString function does not handle unicode strings; it seems to
treat them the same as an empty string:
In [4]: print tidy.parseString("<p>hello")
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org">
<title></title>
</head>
<body>
<p>hello</p>
</body>
</html>
In [5]: print tidy.parseString(u"<p>hello")
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org">
<title></title>
</head>
<body>
</body>
</html>
- Josh Triplett
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: utidylib
Source-Version: 0.2-6
We believe that the bug you reported is fixed in the latest version of
utidylib, which is due to be installed in the Debian FTP archive:
python-utidylib_0.2-6_all.deb
to main/u/utidylib/python-utidylib_0.2-6_all.deb
utidylib_0.2-6.debian.tar.gz
to main/u/utidylib/utidylib_0.2-6.debian.tar.gz
utidylib_0.2-6.dsc
to main/u/utidylib/utidylib_0.2-6.dsc
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.
Michal Čihař <[email protected]> (supplier of updated utidylib 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.8
Date: Tue, 29 Jun 2010 14:47:17 +0200
Source: utidylib
Binary: python-utidylib
Architecture: source all
Version: 0.2-6
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team
<[email protected]>
Changed-By: Michal Čihař <[email protected]>
Description:
python-utidylib - Python wrapper for TidyLib
Closes: 339818
Changes:
utidylib (0.2-6) unstable; urgency=low
.
* Add support for handling unicode strings (Closes: #339818).
Checksums-Sha1:
df0118ebc9cc9a6cdb09be4248a64d06baa51dca 1309 utidylib_0.2-6.dsc
3aba81f30562ba1b63c89ee99de64bc1bd61c438 5251 utidylib_0.2-6.debian.tar.gz
30fe1fe31ac96cf9cc9f6c58fba0ba82864ca502 9030 python-utidylib_0.2-6_all.deb
Checksums-Sha256:
598ca9ae6f50315db484fe27fd00fff0f55c44e7329526c88188329e7bcd5627 1309
utidylib_0.2-6.dsc
9e46cbbc4c0a3813ac698ea54b56423df0f10023b5847f6d80892c48676dd68b 5251
utidylib_0.2-6.debian.tar.gz
00791dd6301cf480647e98be967eec9ee533bb159e9d6e1cadfb1ec696855e61 9030
python-utidylib_0.2-6_all.deb
Files:
e105ecb94ef9521409adebf07d310b68 1309 python optional utidylib_0.2-6.dsc
657bd6b81fe1ea4e4160619738aaf502 5251 python optional
utidylib_0.2-6.debian.tar.gz
07f6dfbd549e8cb823be81ad9b4a7614 9030 python optional
python-utidylib_0.2-6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwp7NAACgkQ3DVS6DbnVgTh/wCghiEaErrtv7yB8QBtNC0+gN8c
LnUAoMXhvnnbcmJIZhemM1ZQk+jhKeXA
=Wa/t
-----END PGP SIGNATURE-----
--- End Message ---