Control: found -1 0.3.6-1 Hi, I saw the new version hit testing, was feeling hopeful, so thought I'd try to exercise the bug, it's still present.
Quick run down how to reproduce: $ gpg --export 4BE0582590788E11 E2624966A269D927 > bug-738483.gpg $ python Python 2.7.6 (default, Jan 11 2014, 14:34:26) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gnupg >>> gpg = gnupg.GPG(keyring='bug-738483.gpg') >>> gpg.list_keys() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/gnupg.py", line 1062, in list_keys self.decode_errors).splitlines() File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeDecodeError: 'utf8' codec can't decode byte 0xe9 in position 207337: invalid continuation byte >>> -- Gerald Turner <gtur...@unzane.com> Encrypted mail preferred! OpenPGP: 4096R / CA89 B27A 30FA 66C5 1B80 3858 EC94 2276 FDB8 716D
#!/usr/bin/python import gnupg gpg = gnupg.GPG(keyring='/usr/share/keyrings/debian-keyring.gpg') gpg.list_keys()
pgpTyfAaxQmok.pgp
Description: PGP signature