summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-05 19:39:20 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-05 19:39:20 +0100
commit4a0f4379d4a5783d576aec90019a39459eff007d (patch)
treeeef77ffb79496c9c2b49be5865dccb28763db3bb
parent6ff89bf0d05a550cf1aff2053579fc1f0192cd97 (diff)
downloaddbus-python-4a0f4379d4a5783d576aec90019a39459eff007d.tar.gz
NEWS
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 339a715..178809f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
D-Bus Python Bindings 1.1.1 (UNRELEASED)
========================================
-...
+Fixes:
+
+• Under Python 3, in the absence of introspection or signature='...',
+ pass dbus.ObjectPath or dbus.Signature arguments with the obvious
+ signature 'o' or 'g', not 's'. This previously only worked in Python 2.
+ (fd.o #50740)
D-Bus Python Bindings 1.1.0 (2012-05-09)
========================================