Your message dated Wed, 04 Aug 2010 11:02:05 +0000
with message-id <[email protected]>
and subject line Bug#585198: fixed in debian-goodies 0.53
has caused the Debian Bug report #585198,
regarding debian-goodies: Python string exceptions no more allowed in Python 2.6
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.)
--
585198: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585198
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debian-goodies
Version: 0.52
Severity: minor
User: [email protected]
Usertags: python2.6
Hello,
One of the changes brought by Python 2.6 is the removal of string
exceptions, so they won't work in Python 2.6 (just a side note: they
were also buggy before, since they were not guaranteed to work
reliable even in <2.6); as an example:
$ python2.5 -c "raise 'eggs'"
-c:1: DeprecationWarning: raising a string exception is deprecated
Traceback (most recent call last):
File "<string>", line 1, in <module>
eggs
$ python2.6 -c "raise 'eggs'"
Traceback (most recent call last):
File "<string>", line 1, in <module>
TypeError: exceptions must be old-style classes or derived from BaseException,
not str
Since 2.6 is the planned default version for the upcoming new Debian
stable release, there are chances your package may be affected by this
change.
We are not sure your package is impacted, since the exception raise
can be in a dead or very rare branch of the code, and so simply never
being executed. We would like to leverage your package maintainer
status and the relationship with upstream authors to inspect more
deeply the issue and act accordingly (that includes: making this bug
release critical, closing it as irrelevant, tagging it 'wontfix', or
whatever is appropriate).
Jakub Wilk made the discovery of the problem and kindly prepared a
list [1] of all identified packages (downloaded on 2010-06-09) along
with files & lines that triggered the pattern search.
[1] http://people.debian.org/~morph/strexp/string-exceptions.lintian
This mass-bug filing was announced at 2010-06-06 on [2] (see the
thread and the references there).
[2] http://lists.debian.org/debian-devel/2010/06/msg00097.html
We do not consider the whole situation a stopper for the Python
transition to 2.6, except (of course) for those single bugs where
severity will be increased.
Thanks in advance for your attention,
Sandro on behalf of debian-python
--- End Message ---
--- Begin Message ---
Source: debian-goodies
Source-Version: 0.53
We believe that the bug you reported is fixed in the latest version of
debian-goodies, which is due to be installed in the Debian FTP archive:
debian-goodies_0.53.dsc
to main/d/debian-goodies/debian-goodies_0.53.dsc
debian-goodies_0.53.tar.gz
to main/d/debian-goodies/debian-goodies_0.53.tar.gz
debian-goodies_0.53_all.deb
to main/d/debian-goodies/debian-goodies_0.53_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.
Axel Beckert <[email protected]> (supplier of updated debian-goodies 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: Wed, 04 Aug 2010 12:35:05 +0200
Source: debian-goodies
Binary: debian-goodies
Architecture: source all
Version: 0.53
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a <[email protected]>
Changed-By: Axel Beckert <[email protected]>
Description:
debian-goodies - Small toolbox-style utilities for Debian systems
Closes: 584580 585198
Changes:
debian-goodies (0.53) unstable; urgency=low
.
* [checkrestart] Fix numerical use of errno. Thanks Jakub Wilk! See
http://lists.debian.org/debian-hurd/2010/08/msg00006.html for details.
* [checkrestart] Fix Python string exception. Thanks Jakub Wilk for the
patch. (Closes: #585198)
* [dpigs] Fix getopt configuration for -h. Thanks Jakub Wilk for
spotting this. (Closes: #584580)
* Bump Standards-Version to 3.9.1 (no changes)
Checksums-Sha1:
44871057565b0c9eab4d35493ff13de74e6bb762 952 debian-goodies_0.53.dsc
20da9fdecd085f782a93312827ab0597c688e25e 38935 debian-goodies_0.53.tar.gz
3872bf6db1eb0d62222e7b9d3f7e313def5181b1 49302 debian-goodies_0.53_all.deb
Checksums-Sha256:
f73d5897e2f2156ff265572e5f2c593530c508bf5442aad78f2c51db2dbcedb3 952
debian-goodies_0.53.dsc
b19681abb0f2b9d9f01f14f800f043a0f3c853473612a72b4c4aae783e65d289 38935
debian-goodies_0.53.tar.gz
e270352ee386a2c7c2b0a5c180d3f3d1a33c69b3cc8a2a65f5f7916489a993bc 49302
debian-goodies_0.53_all.deb
Files:
55bae1981cf4ae1acd7e6ea0aefe0dd6 952 utils optional debian-goodies_0.53.dsc
d01bd4ae201fc620b21180291991158b 38935 utils optional
debian-goodies_0.53.tar.gz
5977dee1f749b14237308270bcfc4a2a 49302 utils optional
debian-goodies_0.53_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkxZReUACgkQwJ4diZWTDt5epQCffgx0S0l63x3zDDmxLZdlZpLu
188An1iFshBAyHqXGe48ulyd3AshFeuH
=AOu8
-----END PGP SIGNATURE-----
--- End Message ---