Package: python-eyed3
Version: 0.6.18-1
Severity: normal
File: /usr/share/pyshared/eyeD3/tag.py

Hello,

It seems that eyeD3 now prints the word "boo" on the console.  Patch attached
should fix that.

Thanks,
--Joe


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-eyed3 depends on:
ii  python     2.7.3~rc2-1
ii  python2.6  2.6.8-0.2
ii  python2.7  2.7.3~rc2-2.1

python-eyed3 recommends no packages.

python-eyed3 suggests no packages.
--- /usr/share/pyshared/eyeD3/tag.py.orig	2011-11-24 23:37:44.000000000 -0500
+++ /usr/share/pyshared/eyeD3/tag.py	2012-11-04 00:03:49.760414674 -0400
@@ -1568,7 +1568,6 @@ class Genre:
               r"^([A-Z 0-9+/\-\|!&'\.]+)([,;|][A-Z 0-9+/\-\|!&'\.]+)*$",
               re.IGNORECASE)
       if regex.match(genreStr):
-         print "boo"
          self.setName(genreStr);
          return;
 

Reply via email to