Activity log for bug #249381

Date Who What changed Old value New value Message
2008-07-17 09:50:59 Markus Korn bug added bug
2008-07-17 09:51:14 Markus Korn python-launchpad-bugs: importance Undecided Wishlist
2008-07-17 09:51:41 Markus Korn description todays UbuntuBugday brought this url-trick to show all exoirable bugs to my attention, it would be nice if py-lp-bugs could parse this pages. >>> from launchpadbugs.connector import ConnectBugList >>> BL = ConnectBugList() >>> l = BL("https://bugs.edge.launchpad.net/bughelper/+expirable-bugs") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "launchpadbugs/connector.py", line 119, in __call__ progress_hook=self.__progress_hook) File "launchpadbugs/html_buglist.py", line 197, in __init__ BugPage, progress_hook) File "launchpadbugs/buglistbase.py", line 100, in __init__ self._add(self.baseurl) File "launchpadbugs/buglistbase.py", line 165, in _add self += b File "launchpadbugs/buglistbase.py", line 119, in __iadd__ for bug in other: File "launchpadbugs/html_buglist.py", line 74, in _parse supported by python-launchpad-bugs" %url AssertionError: Parsing of this page (https://bugs.edge.launchpad.net/bughelper/+expirable-bugs) is not supported by python-launchpad-bugs >>> todays UbuntuBugday brought this url-trick to show all expirable bugs to my attention, it would be nice if py-lp-bugs could parse this pages. >>> from launchpadbugs.connector import ConnectBugList >>> BL = ConnectBugList() >>> l = BL("https://bugs.edge.launchpad.net/bughelper/+expirable-bugs") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "launchpadbugs/connector.py", line 119, in __call__ progress_hook=self.__progress_hook) File "launchpadbugs/html_buglist.py", line 197, in __init__ BugPage, progress_hook) File "launchpadbugs/buglistbase.py", line 100, in __init__ self._add(self.baseurl) File "launchpadbugs/buglistbase.py", line 165, in _add self += b File "launchpadbugs/buglistbase.py", line 119, in __iadd__ for bug in other: File "launchpadbugs/html_buglist.py", line 74, in _parse supported by python-launchpad-bugs" %url AssertionError: Parsing of this page (https://bugs.edge.launchpad.net/bughelper/+expirable-bugs) is not supported by python-launchpad-bugs >>>
2008-07-17 14:37:11 Markus Korn python-launchpad-bugs: status New In Progress
2008-07-17 14:37:11 Markus Korn python-launchpad-bugs: assignee thekorn
2008-07-18 12:22:40 Markus Korn bug added attachment 'test_exp_bugs.py' (test_exp_bugs.py)
2008-07-18 14:13:36 Markus Korn python-launchpad-bugs: status In Progress Fix Released
2009-09-29 11:00:32 Launchpad Janitor branch linked lp:ubuntu/python-launchpad-bugs