aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/Examples.rst
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-05-17 13:10:28 +0000
committerJustus Winter <[email protected]>2016-05-17 13:10:28 +0000
commitdb343325356a73b6899e9580c6f5e32f33544003 (patch)
treee0adf4896390a875703fb49ef83f70dd35c55886 /lang/python/examples/Examples.rst
parentQt: Add keyLocateJob and test for it (diff)
parentpython: Clean up examples. (diff)
downloadgpgme-db343325356a73b6899e9580c6f5e32f33544003.tar.gz
gpgme-db343325356a73b6899e9580c6f5e32f33544003.zip
Merge branch 'justus/pyme3'
Diffstat (limited to 'lang/python/examples/Examples.rst')
-rw-r--r--lang/python/examples/Examples.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/python/examples/Examples.rst b/lang/python/examples/Examples.rst
new file mode 100644
index 00000000..18b03b27
--- /dev/null
+++ b/lang/python/examples/Examples.rst
@@ -0,0 +1,7 @@
+===============
+Example Scripts
+===============
+
+Most of the examples have been converted to work with Python 3, just as the original versions worked with Python 2. A small number produce errors on OS X, but may behave differently on other POSIX systems. The GTK based scripts (PyGtkGpgKeys.py and pygpa.py) have not been modified at all.
+
+When using or referring to the example scripts here, the most common change has been the byte encoded strings, so if something does not work then chances are that it will be related to the encoding or decoding of UTF-8.