Your message dated Mon, 31 Oct 2016 22:55:46 +0100
with message-id <20161031215546.omcdz67zvxolfupq@gil>
and subject line Re: getGenre() API call prints "boo" on the console
has caused the Debian Bug report #692247,
regarding getGenre() API call prints "boo" on the console
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.)
--
692247: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692247
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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;
--- End Message ---
--- Begin Message ---
Version: 0.7.9-1
--- End Message ---