From 2a613e87156b23c4aa6aa5ce38505cb285de6a18 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 5 Aug 2016 14:03:15 +0200 Subject: python: Clean up and modernize examples. * lang/python/examples/Examples.rst: Delete file. * lang/python/examples/t-edit.py: Likewise. This is actually a test case and has been moved to 'tests'. * lang/python/examples/assuan.py: New file. * lang/python/examples/decryption-filter.py: Likewise. * lang/python/examples/delkey.py: Modernize. * lang/python/examples/encrypt-to-all.py: Likewise. * lang/python/examples/exportimport.py: Likewise. * lang/python/examples/genkey.py: Likewise. * lang/python/examples/inter-edit.py: Likewise. * lang/python/examples/sign.py: Likewise. * lang/python/examples/signverify.py: Likewise. * lang/python/examples/simple.py: Likewise. * lang/python/examples/testCMSgetkey.py: Likewise. * lang/python/examples/verifydetails.py: Likewise. Signed-off-by: Justus Winter --- lang/python/examples/Examples.rst | 7 ------- 1 file changed, 7 deletions(-) delete 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 deleted file mode 100644 index 18b03b27..00000000 --- a/lang/python/examples/Examples.rst +++ /dev/null @@ -1,7 +0,0 @@ -=============== -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