diff options
author | Justus Winter <[email protected]> | 2017-02-14 12:43:01 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-02-14 15:33:19 +0000 |
commit | 99b7f4f34dd595579181a696ae976a678fe00d49 (patch) | |
tree | 16d7d99f58a04c4c93e05e7dead7fc9873c077c0 /NEWS | |
parent | qt: Make sure to remove the tofu.db on clean. (diff) | |
download | gpgme-99b7f4f34dd595579181a696ae976a678fe00d49.tar.gz gpgme-99b7f4f34dd595579181a696ae976a678fe00d49.zip |
python: Add convenience functions for the home directory.
* NEWS: Update.
* lang/python/gpg/core.py (Context.__init__): Add 'home_dir' argument.
(__repr__): Include 'home_dir'.
(Context.home_dir): New property.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Noteworthy changes in version 1.8.1 (unreleased) cpp: Key::addUid() NEW. qt: CryptoConfig::stringValueList() NEW. gpgme_data_rewind UN-DEPRECATE. + py: Context.__init__ EXTENDED: New keyword argument home_dir. + py: Context.home_dir NEW. Noteworthy changes in version 1.8.0 (2016-11-16) |