Activity log for bug #344282

Date Who What changed Old value New value Message
2009-03-17 14:51:06 Ursula Junque bug added bug
2009-03-17 14:52:14 Ursula Junque description As seen in OOPS-1171EC107, a user tried, using the API, to getSeries of Ubuntu distro trying to use the display name, "Hardy", and it oopsed. >>> distro = lp.distributions['ubuntu'] >>> distro.getSeries('Hardy') NotFoundError: u'Hardy' It's not clear in the docstring of getSeries method that you should use the launchpad name, "hardy". Also, it'd be good if the exception raised was NotFound (OOPS-1171EB48) instead of NotFoundError, to keep consistency. As seen in OOPS-1171EC107, a user tried, using the API, to getSeries of Ubuntu distro trying to use the display name, "Hardy", and it oopsed. >>> distro = lp.distributions['ubuntu'] >>> distro.getSeries(name_or_version='Hardy') NotFoundError: u'Hardy' It's not clear in the docstring of getSeries method that you should use the launchpad name, "hardy". Also, it'd be good if the exception raised was NotFound (OOPS-1171EB48) instead of NotFoundError, to keep consistency.
2009-04-01 13:59:33 Curtis Hovey launchpad-registry: importance Undecided Low
2009-04-01 13:59:33 Curtis Hovey launchpad-registry: status New Triaged
2009-06-15 17:47:44 Curtis Hovey tags api oops api oops trivial
2009-06-19 21:33:43 Curtis Hovey launchpad-registry: milestone 2.2.6
2009-06-19 21:33:43 Curtis Hovey launchpad-registry: assignee Curtis Hovey (sinzui)
2009-06-20 08:07:41 Curtis Hovey launchpad-registry: status Triaged Fix Committed
2009-06-24 13:16:59 Curtis Hovey launchpad-registry: status Fix Committed Fix Released