From b9925dc51a1fe6d07c263f7f956005b44ca95b29 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 14 Jul 2008 16:56:02 +0100 Subject: Add some whitespace to make reStructuredText happy --- dbus/_dbus.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dbus/_dbus.py b/dbus/_dbus.py index 18747c0..60e7933 100644 --- a/dbus/_dbus.py +++ b/dbus/_dbus.py @@ -76,8 +76,10 @@ class Bus(BusConnection): `private` : bool If true, never return an existing shared instance, but instead return a private connection. + :Deprecated: since 0.82.3. Use dbus.bus.BusConnection for private connections. + `mainloop` : dbus.mainloop.NativeMainLoop The main loop to use. The default is to use the default main loop if one has been set up, or raise an exception -- cgit v1.2.1