Your message dated Sat, 26 Jan 2008 22:47:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#448734: fixed in mutagen 1.13-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: python-mutagen Version: 1.11-1 The error shown when a file doesn't exist is pretty horrible. Are you going to check whether the file exists and throw a proper exception I can catch in my script, or should I catch UnboundLocalError? >>> import mutagen.flac as flac >>> flac.FLAC("/home/tbm/tmp/abcde/Various-The_Vibe_History_of_Hip_Hop/The_Vibe_History_of_Hip_Hop.flac") {'album': [u'The Vibe History of Hip Hop'], 'artist': [u'Various'], 'title': [u'The Vibe History of Hip Hop'], 'cddb': [u'2c041404'], 'date': [u'1999'], 'genre': [u'Hip-Hop'], 'tracknumber': [u'1']} >>> >>> flac.FLAC("/home/tbm/tmp/abcde/Various-The_Vibe_History_of_Hip_Hop/The_Vibe_History_of_Hip_Hop.flac") {'album': [u'The Vibe History of Hip Hop'], 'artist': [u'Various'], 'title': [u'The Vibe History of Hip Hop'], 'cddb': [u'2c041404'], 'date': [u'1999'], 'genre': [u'Hip-Hop'], 'tracknumber': [u'1']} >>> flac.FLAC("D") Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.4/site-packages/mutagen/__init__.py", line 75, in __init__ self.load(filename, *args, **kwargs) File "/usr/lib/python2.4/site-packages/mutagen/flac.py", line 571, in load fileobj.close() UnboundLocalError: local variable 'fileobj' referenced before assignment >>> -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: mutagen Source-Version: 1.13-1 We believe that the bug you reported is fixed in the latest version of mutagen, which is due to be installed in the Debian FTP archive: mutagen_1.13-1.diff.gz to pool/main/m/mutagen/mutagen_1.13-1.diff.gz mutagen_1.13-1.dsc to pool/main/m/mutagen/mutagen_1.13-1.dsc mutagen_1.13.orig.tar.gz to pool/main/m/mutagen/mutagen_1.13.orig.tar.gz python-mutagen_1.13-1_all.deb to pool/main/m/mutagen/python-mutagen_1.13-1_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. Tristan Seligmann <[EMAIL PROTECTED]> (supplier of updated mutagen 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: Sat, 26 Jan 2008 20:56:45 +0200 Source: mutagen Binary: python-mutagen Architecture: source all Version: 1.13-1 Distribution: unstable Urgency: low Maintainer: Tristan Seligmann <[EMAIL PROTECTED]> Changed-By: Tristan Seligmann <[EMAIL PROTECTED]> Description: python-mutagen - audio metadata editing library Closes: 448734 452231 Changes: mutagen (1.13-1) unstable; urgency=low . * New upstream release. - FLAC: Raise IOError, instead of UnboundLocalError, when trying to open a non-existant file (closes: #448734). - TCP/TCMP support (closes: #452231). - 2x-100x speedup writing files on filesystems that don't support mmap(). * Add Vcs-Darcs field. * Move Homepage into source package field. * Bump to debhelper v6. * Bump Standards-Version. Files: 93acecc8dad7e233645ec76a4cd96aac 826 python optional mutagen_1.13-1.dsc 7afa5a154c15e777898e3188b743ef74 587336 python optional mutagen_1.13.orig.tar.gz 5bfbc19cd321c2a62f6b29bb758b5290 2814 python optional mutagen_1.13-1.diff.gz 52b12cb7233bcc0caf7df1c55c253729 84884 python optional python-mutagen_1.13-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHm6sfBnqtBMk7/3kRApiBAJ492ne8JpUpWmuqbQScVD1s1grYqgCfaMEY Yji5vQ/a/djK6bGP96+zllM= =KeE0 -----END PGP SIGNATURE-----
--- End Message ---

