On 19:03 Mon 09 Jun , Diego 'Flameeyes' Pettenò wrote:
> Robert Buchholz <rbu@gentoo.org> writes:
>
> > # [tracker] GCC 4.3 porting
> > https://bugs.gentoo.org/show_bug.cgi?id=198121
>
> or https://bugs.gentoo.org/show_bug.cgi?id=gcc-4.3
>
> >
> > # [TRACKER] ebuilds failing to build against sys-libs/glibc-2.8
> > https://bugs.gentoo.org/show_bug.cgi?id=225459
>
> or https://bugs.gentoo.org/show_bug.cgi?id=glibc-2.8
>
>
> I love aliasing
Any pybugz lovers, this patch will allow use of aliases.
Thanks,
Donnie
--- bugz.py.orig 2008-06-09 12:17:58.000000000 -0700
+++ bugz.py 2008-06-09 12:18:34.000000000 -0700
@@ -1301,11 +1301,6 @@
def get(self, bugid, comments = True, attachments = True):
""" Fetch bug details given the bug id """
- try:
- int(bugid)
- except ValueError:
- raise BugzError("bugid must be a number.")
-
self.log('Getting bug %s ..' % bugid)
result = Bugz.get(self, bugid)