[Bug 488499] [NEW] Bug in Timespec class

Peter Goetz p3rg2z at gmail.com
Wed Nov 25 23:10:22 UTC 2009


Public bug reported:

Binary package hint: python-fuse

In Ubuntu 9.10.
python-fuse package version: 2:0.2-1

There's a bug in the Timespec class:

def __init__(self, name, **kw):
    
        self.tv_sec  = None
        self.tv_nsec = None
        ...

should be:
def __init__(self, **kw):
     
         self.tv_sec  = None
         self.tv_nsec = None
         ...

It was fixed in the upstream version.

** Affects: python-fuse (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Bug in Timespec class
https://bugs.launchpad.net/bugs/488499
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list