From f4ba16b31ea282d0787a40be3f37b951584143a1 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 10 May 2016 13:19:26 +0200 Subject: python: Rename bindings. -- Signed-off-by: Justus Winter --- lang/python/examples/Examples.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/python/examples/Examples.rst (limited to 'lang/python/examples/Examples.rst') 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. -- cgit v1.2.3