Your message dated Sat, 25 Sep 2010 13:33:12 +0000
with message-id <[email protected]>
and subject line Bug#533296: fixed in pylint 0.21.2-1
has caused the Debian Bug report #533296,
regarding pylint: please make it handle try: import ... except ImportError: ...
better
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.)
--
533296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533296
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pylint
Version: 0.18.0-1
Severity: wishlist
As I try to write compatible code I quite often have to do conditional
import like this:
try:
import io
except ImportError:
try:
import cStringIO as io
except ImportError:
import StringIO as io
However pylint complains about one or another module being not
importable:
F: 7: Unable to import 'io' (No module named io)
Maybe this could be improved.
Helmut
--- End Message ---
--- Begin Message ---
Source: pylint
Source-Version: 0.21.2-1
We believe that the bug you reported is fixed in the latest version of
pylint, which is due to be installed in the Debian FTP archive:
pylint_0.21.2-1.diff.gz
to main/p/pylint/pylint_0.21.2-1.diff.gz
pylint_0.21.2-1.dsc
to main/p/pylint/pylint_0.21.2-1.dsc
pylint_0.21.2-1_all.deb
to main/p/pylint/pylint_0.21.2-1_all.deb
pylint_0.21.2.orig.tar.gz
to main/p/pylint/pylint_0.21.2.orig.tar.gz
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.
Sandro Tosi <[email protected]> (supplier of updated pylint 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: Sat, 25 Sep 2010 15:10:34 +0200
Source: pylint
Binary: pylint
Architecture: source all
Version: 0.21.2-1
Distribution: experimental
Urgency: low
Maintainer: Python Applications Packaging Team
<[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Description:
pylint - python code static checker and UML diagram generator
Closes: 533296 534682 591670
Changes:
pylint (0.21.2-1) experimental; urgency=low
.
* New upstream release
- fixed "Class 'baz' has no 'egg' member" in non-class code; thanks to
Helmut Grohne for the report; Closes: #534682
- fixed "KeyError: 'RP0401'" crash (referring to "R0401"); thanks to Jakub
Wilk for the report; Closes: #591670
- fixed "'unable to import module' when in try: except ImportError"; thanks
to Helmut Grohne for the report; Closes: #533296
* debian/copyright
- updated upstream author information
* debian/control
- bump Standards-Version to 3.9.1 (no changes needed)
Checksums-Sha1:
1a2eb95e52b7a0efe858af4f999681d7d6818f32 1464 pylint_0.21.2-1.dsc
933736747b03254bb6550bae117af0c27c7cd9e4 200104 pylint_0.21.2.orig.tar.gz
bdab571dd33968622d87835dd2d90168c1998170 8748 pylint_0.21.2-1.diff.gz
de5dd64ee6b76f165afb2db77bfb61753d07016d 143394 pylint_0.21.2-1_all.deb
Checksums-Sha256:
2d5125a1172d27194a2c6be6a82231eed2a290150c4a24adad1d76e7dbc7cc14 1464
pylint_0.21.2-1.dsc
345cb6b6c99b3eb61065ca1d620cb90d16173141cad435e0a328a1d5cd7fd8d8 200104
pylint_0.21.2.orig.tar.gz
9be846e665ac3b807869c56898ad206f20a0cf67cef4c26df1b525904c2721e2 8748
pylint_0.21.2-1.diff.gz
c784fafeae557796eb6e6da6b6f12ef8a52e54d2f1b7cf590a2bdb1c8b459ef6 143394
pylint_0.21.2-1_all.deb
Files:
533cb8b72737114cd4f83455c3e7c4b1 1464 python optional pylint_0.21.2-1.dsc
8b61adb9def27b5ace7d611bcc91e020 200104 python optional
pylint_0.21.2.orig.tar.gz
f46e5fc98092813eaa66cf3cddfbe640 8748 python optional pylint_0.21.2-1.diff.gz
acd15479ab1d8e681f8703536582bc86 143394 python optional pylint_0.21.2-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkyd9i8ACgkQAukwV0RN2VCLkwCcDp4wXr6sJT4DwMbfzAxbHvb9
RnwAnA3FR082IJ01gFCSRb0vN1mrxYqn
=ZE1E
-----END PGP SIGNATURE-----
--- End Message ---