diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-06 17:39:13 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-12 06:58:01 +0700 |
commit | 306bb74b3682991a43fabeca77d6baff2e7bc188 (patch) | |
tree | f243137100c982d863537154d740dd9fe8e4ad2f | |
parent | 9c6ae9837dbc6d38f1be84503fb4aa9e6c000a34 (diff) |
python/dbus-python3: Update README.
-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 2dda6fff50dc..f6bf55695dbe 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"). |