NIIBE Yutaka d44a473e27
doc: Fix Python example code.
* lang/python/doc/src/gpgme-python-howto.org: Fix chmod race.
* lang/python/examples/howto/export-secret-key.py: Likewise.
* lang/python/examples/howto/export-secret-keys.py: Likewise.
* lang/python/examples/howto/temp-homedir-config.py: Likewise.

--

It's not for Python 2.7.

GnuPG-bug-id: 6466
Reported-by: Hanno Böck
Co-authored-by: Ingo Klöcker
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
2023-04-26 08:46:45 +09:00
..
2018-12-06 01:50:52 +11:00
2018-12-06 01:50:52 +11:00
2018-12-21 21:01:04 +11:00
2018-12-11 09:55:15 +11:00
2019-02-11 06:34:40 +11:00
2018-10-18 00:28:51 -04:00
2018-12-14 05:17:10 +11:00
2018-12-14 05:17:10 +11:00
2018-12-14 05:17:10 +11:00
2018-03-20 08:39:49 +11:00
2018-12-06 01:50:52 +11:00
2018-12-06 01:50:52 +11:00
2018-10-18 00:28:51 -04:00
2018-12-06 01:50:52 +11:00

GPGME Python Bindings HOWTO Examples

Examples

The contents of this directory are the examples included in the GNU Privacy Guard (GnuPG) Made Easy Python Bindings HOWTO file. Each script is explicitly for Python 3 and specifically for Python 3.4 or later.

Some of these scripts may work with Python 2.7, but there are no guarantees. They will include the relevant imports from the __future__ module to facilitate that if possible.