From 09e138af65710b11363e0852711171c3a9f8ef00 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 21 May 2007 13:15:48 +0100 Subject: [PATCH] NEWS: Describe new DBusException 'args' support --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index eacb7bd..92637ef 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,9 @@ Features: get_dbus_name(). Exception handlers should use this instead of looking at the stringified form of the exception, unless backwards compatibility is needed. +* DBusException objects now get all arguments from the Error message, not + just the first (although there will usually only be one). Use the 'args' + attribute if you need to retrieve them. D-Bus Python Bindings 0.81.0 (9 May 2007) ========================================= -- 2.11.4.GIT