diff options
| author | Ben McGinnes <[email protected]> | 2018-03-19 04:03:00 +0000 | 
|---|---|---|
| committer | Ben McGinnes <[email protected]> | 2018-03-19 04:03:00 +0000 | 
| commit | d5f6dec048d3d4d94f1fcdb3f4249cf6e71c4b92 (patch) | |
| tree | 9a330e4bf7c40f3966a595c7c0e749e9282c31b9 | |
| parent | doc: python bindings howto (diff) | |
| download | gpgme-d5f6dec048d3d4d94f1fcdb3f4249cf6e71c4b92.tar.gz gpgme-d5f6dec048d3d4d94f1fcdb3f4249cf6e71c4b92.zip  | |
doc: python bindings howto
* Slight python-gnupg clarification.  See also this thread:
  https://lists.gnupg.org/pipermail/gnupg-devel/2018-March/033528.html
Diffstat (limited to '')
| -rw-r--r-- | lang/python/docs/GPGMEpythonHOWTOen.org | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org index 4a215544..b364b516 100644 --- a/lang/python/docs/GPGMEpythonHOWTOen.org +++ b/lang/python/docs/GPGMEpythonHOWTOen.org @@ -115,11 +115,11 @@      The popularity of this package stemmed from its ease of use and      capability in providing the most commonly required features. -    Unfortunately it has been beset by a number of security issues, -    most of which stemmed from using unsafe methods of accessing the -    command line via the =subprocess= calls.  While some effort has -    been made over the last two to three years (as of 2018) to -    mitigate this, particularly by no longer providing shell access +    Unfortunately it has been beset by a number of security issues in +    the past; most of which stemmed from using unsafe methods of +    accessing the command line via the =subprocess= calls.  While some +    effort has been made over the last two to three years (as of 2018) +    to mitigate this, particularly by no longer providing shell access      through those subprocess calls, the wrapper is still somewhat      limited in the scope of its GnuPG features coverage.  | 
