Fix blockquotes of previous documentation in gnupg.rst.

fix/30-hidden-recipient
Isis Lovecruft 2013-12-03 22:00:09 +00:00
parent 87b8c97a34
commit cfff8aaba8
No known key found for this signature in database
GPG Key ID: 5C17776E27F7E84D
1 changed files with 29 additions and 29 deletions

View File

@ -91,38 +91,38 @@ Previous Authors' Documentation
------------------------------- -------------------------------
Steve Traugott's documentation: Steve Traugott's documentation:
|
| Portions of this module are derived from A.M. Kuchling's well-designed | Portions of this module are derived from A.M. Kuchling's well-designed
| GPG.py, using Richard Jones' updated version 1.3, which can be found in | GPG.py, using Richard Jones' updated version 1.3, which can be found in
| the pycrypto CVS repository on Sourceforge: | the pycrypto CVS repository on Sourceforge:
| |
| http://pycrypto.cvs.sourceforge.net/viewvc/pycrypto/gpg/GPG.py | http://pycrypto.cvs.sourceforge.net/viewvc/pycrypto/gpg/GPG.py
| |
| This module is *not* forward-compatible with amk's; some of the old | This module is *not* forward-compatible with amk's; some of the old
| interface has changed. For instance, since I've added decrypt | interface has changed. For instance, since I've added decrypt
| functionality, I elected to initialize with a 'gpghome' argument instead | functionality, I elected to initialize with a 'gpghome' argument instead
| of 'keyring', so that gpg can find both the public and secret keyrings. | of 'keyring', so that gpg can find both the public and secret keyrings.
| I've also altered some of the returned objects in order for the caller to | I've also altered some of the returned objects in order for the caller to
| not have to know as much about the internals of the result classes. | not have to know as much about the internals of the result classes.
| |
| While the rest of ISconf is released under the GPL, I am releasing this | While the rest of ISconf is released under the GPL, I am releasing this
| single file under the same terms that A.M. Kuchling used for pycrypto. | single file under the same terms that A.M. Kuchling used for pycrypto.
| |
| Steve Traugott, stevegt@terraluna.org | Steve Traugott, stevegt@terraluna.org
| Thu Jun 23 21:27:20 PDT 2005 | Thu Jun 23 21:27:20 PDT 2005
Vinay Sajip's documentation: Vinay Sajip's documentation:
|
| This version of the module has been modified from Steve Traugott's version | This version of the module has been modified from Steve Traugott's version
| (see http://trac.t7a.org/isconf/browser/trunk/lib/python/isconf/GPG.py) by | (see http://trac.t7a.org/isconf/browser/trunk/lib/python/isconf/GPG.py) by
| Vinay Sajip to make use of the subprocess module (Steve's version uses | Vinay Sajip to make use of the subprocess module (Steve's version uses
| os.fork() and so does not work on Windows). Renamed to gnupg.py to avoid | os.fork() and so does not work on Windows). Renamed to gnupg.py to avoid
| confusion with the previous versions. | confusion with the previous versions.
| |
| A unittest harness (test_gnupg.py) has also been added. | A unittest harness (test_gnupg.py) has also been added.
| |
| Modifications Copyright (C) 2008-2012 Vinay Sajip. All rights reserved. | Modifications Copyright (C) 2008-2012 Vinay Sajip. All rights reserved.
.. _GnuPG: http://gnupg.org .. _GnuPG: http://gnupg.org