Don't raise KeyError when closing private dbus.Bus. (fd.o #12096)
commit79b4ea50399db59fa8459badf33918764677248d
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 27 Sep 2007 16:57:15 +0000 (27 17:57 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 27 Sep 2007 16:57:15 +0000 (27 17:57 +0100)
treead79523d3dc676cc9f8f3b7e0703343cd5e12d10
parentd8c154284ca464f493c81a4d3b5a37890d68acec
Don't raise KeyError when closing private dbus.Bus. (fd.o #12096)
Also deprecate private dbus.Bus in favour of dbus.bus.BusConnection - the only
things you gain from using dbus.Bus are the shared-instance behaviour and some
strange more-than-one-way-to-do-it APIs.
dbus/_dbus.py