Bug in Timespec class

Bug #488499 reported by Peter Goetz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-fuse (Ubuntu)
New
Undecided
Unassigned

Bug Description

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.

Revision history for this message
Peter Goetz (p3rg2z) wrote :

Sorry, wrong information. It was not fixed in a released version, only in CVS HEAD (rev. 1.43).

Anyway, what can I do to make this fixed version appear in either karmic or lucid? I'd be glad to help.

Revision history for this message
Peter Goetz (p3rg2z) wrote :

I've packaged the CVS HEAD version (rev. 1.44) and uploaded it to my PPA:

deb http://ppa.launchpad.net/p3rg2z/cozy/ubuntu karmic main
deb-src http://ppa.launchpad.net/p3rg2z/cozy/ubuntu karmic main

Maybe someone can make the necessary steps, so that this package will appear in lucid?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.