Bug#698771: Python classes should inherit from object

2013-01-24 Thread Richard W.M. Jones
On Thu, Jan 24, 2013 at 03:57:26PM +0100, Hilko Bengen wrote: > * Richard W.M. Jones: > > > I believe this is fixed upstream in libguestfs: > > > > https://github.com/libguestfs/libguestfs/commit/abb1d466364f74adfcf3c985b92673285fd32e44 > > Thanks! It looks surprisingly simple. ;-) > > This shou

Bug#698771: Python classes should inherit from object

2013-01-24 Thread Hilko Bengen
* Richard W.M. Jones: > I believe this is fixed upstream in libguestfs: > > https://github.com/libguestfs/libguestfs/commit/abb1d466364f74adfcf3c985b92673285fd32e44 Thanks! It looks surprisingly simple. ;-) This should not break any APIs, should it? Cheers, -Hilko -- To UNSUBSCRIBE, email to

Bug#698771: Python classes should inherit from object

2013-01-24 Thread Richard W.M. Jones
I believe this is fixed upstream in libguestfs: https://github.com/libguestfs/libguestfs/commit/abb1d466364f74adfcf3c985b92673285fd32e44 Also Dan Berrange made the equivalent change to libvirt, and I will also change hivex. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.r

Bug#698771: Python classes should inherit from object

2013-01-23 Thread Richard W.M. Jones
Do you have a suggested patch or can you show us how to do this? Rich. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#698771: Python classes should inherit from object

2013-01-23 Thread noxdafox
Package: python-guestfs Version: 1:1.18.11-1 Severity: minor Tags: upstream All the classes included in guestfs.py module are not inheriting from the object class. This would allow to extend the API through custom classes easily inheriting from the original ones. The new Python objects have been