From c68cc723a95f6a4716d61b4ae455e3f8382347e3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 21 May 2007 13:10:09 +0100 Subject: [PATCH] Describe DBusException.get_dbus_name() in NEWS --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 3aa98f1..eacb7bd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +D-Bus Python Bindings 0.81.1 (unreleased) +========================================= + +Features: + +* When an Error message on the bus is represented as a DBusException, the + error name is copied into the exception and can be retrieved by + get_dbus_name(). Exception handlers should use this instead of looking at + the stringified form of the exception, unless backwards compatibility + is needed. + D-Bus Python Bindings 0.81.0 (9 May 2007) ========================================= -- 2.11.4.GIT