[Pkg-gnupg-commit] [gpgme] 07/412: More bytes good

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit ba3c9f2617955dc828309a4800e4f5b3f1c3a949
Author: Ben McGinnes <ben at adversary.org>
Date:   Sun May 17 04:09:38 2015 +1000

    More bytes good
    
    * Another string to byte change.
---
 lang/py3-pyme/examples/delkey.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/py3-pyme/examples/delkey.py b/lang/py3-pyme/examples/delkey.py
index 8bdb85b..dfcc5ea 100755
--- a/lang/py3-pyme/examples/delkey.py
+++ b/lang/py3-pyme/examples/delkey.py
@@ -29,6 +29,6 @@ core.check_version(None)
 
 c = core.Context()
 # 0 in keylist means to list not only public but secret keys as well.
-for thekey in [x for x in c.op_keylist_all("joe at example.org", 0)]:
+for thekey in [x for x in c.op_keylist_all(b"joe at example.org", 0)]:
     # 1 in delete means to delete not only public but secret keys as well.
     c.op_delete(thekey, 1)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list