Your message dated Tue, 11 Dec 2007 13:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#440750: fixed in pyflakes 0.2.1+svn14502-1
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: pyflakes
Version: 0.2.1-2
Severity: normal
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

compiling some files raises a Unicode error. The patch catches the
error and prints a useful error message instead of raising an exception
and terminating.

Also attached is a sample file that reproduces the error.

Regards,
  Bastian

- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-ck1treasure3 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages pyflakes depends on:
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-central                0.5.15     register and build utility for Pyt

pyflakes recommends no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG3LdXeBwlBDLsbz4RAlgRAKDJKWPH2u6J1ORDo9jxoi5ArqmoVwCcCW3s
kbZjrCtk7Hmmwte07JQNHwA=
=Qwq3
-----END PGP SIGNATURE-----
--- /usr/bin/pyflakes.orig      2007-09-04 03:07:40.000000000 +0200
+++ /usr/bin/pyflakes   2007-09-04 03:09:43.000000000 +0200
@@ -16,6 +16,8 @@
         print >> sys.stderr, 'could not compile %r:%d:' % (filename, lineno)
         print >> sys.stderr, line
         print >> sys.stderr, " " * (offset-2), "^"
+    except UnicodeError, msg:
+        print >> sys.stderr, 'encoding error at %r: %s' % (filename, msg)
     else:
         w = pyflakes.Checker(tree, filename)
         w.messages.sort(lambda a, b: cmp(a.lineno, b.lineno))
#!/usr/bin/python2.4
# -*- coding: iso-8859-1 -*-

s = u"a" \
  "รถ"

--- End Message ---
--- Begin Message ---
Source: pyflakes
Source-Version: 0.2.1+svn14502-1

We believe that the bug you reported is fixed in the latest version of
pyflakes, which is due to be installed in the Debian FTP archive:

pyflakes_0.2.1+svn14502-1.diff.gz
  to pool/main/p/pyflakes/pyflakes_0.2.1+svn14502-1.diff.gz
pyflakes_0.2.1+svn14502-1.dsc
  to pool/main/p/pyflakes/pyflakes_0.2.1+svn14502-1.dsc
pyflakes_0.2.1+svn14502-1_all.deb
  to pool/main/p/pyflakes/pyflakes_0.2.1+svn14502-1_all.deb
pyflakes_0.2.1+svn14502.orig.tar.gz
  to pool/main/p/pyflakes/pyflakes_0.2.1+svn14502.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.
Kumar Appaiah <[EMAIL PROTECTED]> (supplier of updated pyflakes 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: Sun, 09 Dec 2007 00:42:09 +0530
Source: pyflakes
Binary: pyflakes
Architecture: source all
Version: 0.2.1+svn14502-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Kumar Appaiah <[EMAIL PROTECTED]>
Description: 
 pyflakes   - simple python source checker
Closes: 414694 439187 440750 445296
Changes: 
 pyflakes (0.2.1+svn14502-1) unstable; urgency=low
 .
   * QA upload.
   * New upstream release.
   * debian/manpages:
     + Add debian/pyflakes.1. Thanks to Bastian Kleineidam.
       (Closes: #414694, #439187)
   * debian/control:
     + Use Standards Version 3.7.3.
     + Build-Depend on quilt.
     + Add Homepage field.
   * debian/rules:
     + Use quilt for patch management.
     + Make Debian QA team the maintainer.
     + Remove empty usr/lib directory.
   * debian/patches:
     + Include usability patches from Bastian Kleineidam.
       (Closes: #445296).
     + Handle Unicode errors gracefully. Thanks to
       Bastian Kleineidam for the patch. (Closes: #440750).
   * debian/copyright:
     + Rewrite to match new proposed Copyright format.
   * debian/compat: Set to 5.
Files: 
 027352781af0163f8a8cf3053315c7b2 747 python optional 
pyflakes_0.2.1+svn14502-1.dsc
 d129a848ef8cde25b8cdd25b091d82ce 8672 python optional 
pyflakes_0.2.1+svn14502.orig.tar.gz
 d0ec503397e1f79ddbc09eeeef210c07 3751 python optional 
pyflakes_0.2.1+svn14502-1.diff.gz
 f7f175e389c5666e5e054c965cbf0ba5 9260 python optional 
pyflakes_0.2.1+svn14502-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHXosDPEFSUMxFMZcRAmZAAKCDx0+hkOetFBLfSdw5jCAokVaI0QCgxDFR
J0SmE8A+HkqCh95ra87KJxo=
=3zIc
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to