diff options
-rw-r--r-- | python/dbus-python3/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/python/dbus-python3/README b/python/dbus-python3/README index 2dda6fff50..f6bf55695d 100644 --- a/python/dbus-python3/README +++ b/python/dbus-python3/README @@ -1,3 +1,6 @@ -dbus-python is a binding for libdbus, the reference implementation of D-Bus. For compatibility -reasons, its API involves a lot of type-guessing (despite "explicit is better than implicit" -and "resist the temptation to guess").
\ No newline at end of file +dbus-python3 (Python3 bindings for dbus) + +dbus-python is a binding for libdbus, the reference implementation of +D-Bus. For compatibility reasons, its API involves a lot of type-guessing +(despite "explicit is better than implicit" and "resist the temptation +to guess"). |