From 1e34141f6770cd8ca243048ec6f78d600bed4262 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Fri, 13 Jul 2018 22:08:42 +1000 Subject: python bindings howto: dita version * Numerous updates to bring it back into sync with the official doc. * Especially important since it now looks like the babel thing is a real bug after all and not me doing something stupid. --- lang/python/docs/dita/howto/part02/daesh.dita | 20 -------------------- lang/python/docs/dita/howto/part02/installing.dita | 4 ++-- lang/python/docs/dita/howto/part02/isis-gnupg.dita | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 lang/python/docs/dita/howto/part02/daesh.dita create mode 100644 lang/python/docs/dita/howto/part02/isis-gnupg.dita (limited to 'lang/python/docs/dita/howto/part02') diff --git a/lang/python/docs/dita/howto/part02/daesh.dita b/lang/python/docs/dita/howto/part02/daesh.dita deleted file mode 100644 index 8839710d..00000000 --- a/lang/python/docs/dita/howto/part02/daesh.dita +++ /dev/null @@ -1,20 +0,0 @@ - - - - - The gnupg package created and maintained by Isis Lovecruft - -

In 2015 Isis Lovecruft from the Tor Project forked and then re-implemented the - python-gnupg package as just gnupg. This new package also relied on - subprocess to call the gpg or gpg2 - binaries, but did so somewhat more securely.

-

The naming and version numbering selected for this package, however, resulted in conflicts - with the original python-gnupg and since its functions were called in a different manner to - python-gnupg, the release of this package also resulted in a great deal of consternation - when people installed what they thought was an upgrade that subsequently broke the code - relying on it.

-

The gnupg package is available under the GNU General Public License version 3.0 (or any - later version).

- -
-
diff --git a/lang/python/docs/dita/howto/part02/installing.dita b/lang/python/docs/dita/howto/part02/installing.dita index 879f6ca7..4ede496d 100644 --- a/lang/python/docs/dita/howto/part02/installing.dita +++ b/lang/python/docs/dita/howto/part02/installing.dita @@ -16,8 +16,8 @@

For Python 2 it checks for these executables in this order: python, python2 and python2.7.

For Python 3 it checks for these executables in this order: python3, - python3.6, python3.5 and - python3.4.

+ python3.6, python3.5, python3.4 + and python3.7.

diff --git a/lang/python/docs/dita/howto/part02/isis-gnupg.dita b/lang/python/docs/dita/howto/part02/isis-gnupg.dita new file mode 100644 index 00000000..8839710d --- /dev/null +++ b/lang/python/docs/dita/howto/part02/isis-gnupg.dita @@ -0,0 +1,20 @@ + + + + + The gnupg package created and maintained by Isis Lovecruft + +

In 2015 Isis Lovecruft from the Tor Project forked and then re-implemented the + python-gnupg package as just gnupg. This new package also relied on + subprocess to call the gpg or gpg2 + binaries, but did so somewhat more securely.

+

The naming and version numbering selected for this package, however, resulted in conflicts + with the original python-gnupg and since its functions were called in a different manner to + python-gnupg, the release of this package also resulted in a great deal of consternation + when people installed what they thought was an upgrade that subsequently broke the code + relying on it.

+

The gnupg package is available under the GNU General Public License version 3.0 (or any + later version).

+ +
+
-- cgit v1.2.3