[Bug 498610] Re: easyid3.py module raises ValueError instead of KeyError
Brian Murray
brian at ubuntu.com
Thu Oct 20 15:16:52 UTC 2011
This no longer seems to be the case in Oneiric:
In [4]: m['year']
EasyID3KeyError Traceback (most recent call last)
/scratch/947/friday-mix/<ipython console> in <module>()
/usr/lib/pymodules/python2.7/mutagen/easyid3.pyc in __getitem__(self, key)
179 return func(self.__id3, key)
180 else:
--> 181 raise EasyID3KeyError("%r is not a valid key" % key)
182
183 def __setitem__(self, key, value):
EasyID3KeyError: "'year' is not a valid key"
** Changed in: mutagen (Ubuntu)
Status: New => Fix Released
** Changed in: mutagen (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Review Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/498610
Title:
easyid3.py module raises ValueError instead of KeyError
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutagen/+bug/498610/+subscriptions
More information about the Ubuntu-patch-reviews
mailing list