Your message dated Mon, 11 Feb 2013 17:00:10 +0100 with message-id <[email protected]> and subject line Re: Fixed in 1.0.2 has caused the Debian Bug report #698770, regarding Python classes should inherit from object to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 698770: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698770 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-libvirt Version: 1.0.1-4 Severity: minor Tags: upstream All the classes included in libvirt.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 around for a while (since Python 2.2), the fix should be easy and harmless. -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (990, 'testing'), (600, 'unstable'), (50, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python-libvirt depends on: ii libaudit0 1:1.7.18-1.1 ii libavahi-client3 0.6.31-1 ii libavahi-common3 0.6.31-1 ii libc6 2.13-37 ii libcap-ng0 0.6.6-2 ii libdbus-1-3 1.6.8-1 ii libdevmapper1.02.1 2:1.02.74-4 ii libgcrypt11 1.5.0-3 ii libgnutls26 2.12.20-2 ii libnl-3-200 3.2.7-4 ii libnl-route-3-200 3.2.7-4 ii libnuma1 2.0.8~rc4-1 ii libsasl2-2 2.1.25.dfsg1-6 ii libvirt0 1.0.1-4 ii libxml2 2.8.0+dfsg1-7 ii libyajl2 2.0.4-2 ii python 2.7.3~rc2-1 Versions of packages python-libvirt recommends: ii libvirt-bin 1.0.1-4 python-libvirt suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Version: 1.0.2-2 On Mon, Feb 11, 2013 at 04:42:15PM +0100, Guido Günther wrote: > Version: 1.0.2-2 > > Hi, > that's fixed in 1.0.2. > Cheers, > -- Guido Well it really is: py> import libvirt py> c = libvirt.open("qemu:///system") py> d = c.listAllDomains(0)[0] py> type(d) <class 'libvirt.virDomain'> py> isinstance(d, object) True So closing this again. -- Guido
--- End Message ---

