When I call dbus.connection.Connection(address) to create a new connection directly, the python gives me below DeprecationWarning output. [phuang@phuang-notebook ~]$ python Python 2.6 (r26:66714, Jun 8 2009, 16:07:26) [GCC 4.4.0 20090506 (Red Hat 4.4.0-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import dbus >>> dbus.connection.Connection("unix:abstract=/tmp/dbus-OeIIlZDebP,guid=4701cac1dc9e9e1fe326e7fb4a6d0930") /usr/lib/python2.6/site-packages/dbus/connection.py:242: DeprecationWarning: object.__init__() takes no parameters super(Connection, self).__init__(*args, **kwargs) <dbus.connection.Connection object at 0xb7c06d7c> >>>
*** This bug has been marked as a duplicate of bug 21172 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.