summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-05-13 23:06:35 +0900
committerKali Kaneko <kali@leap.se>2013-05-21 01:57:26 +0900
commit7c6a87acaead5f54e1f2155ecf0a089eff97d654 (patch)
tree57faff0c4f476557c3e457514f5aed99abfbc3de /changes
parent2a78ab3c730ba652153deaed55cfa8d92089a979 (diff)
use temporary openpgpwrapper as a context manager
in this way we implicitely catch any exception during the wrapped call, and ensure that the destructor is always called.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature_openpgp-context-manager1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature_openpgp-context-manager b/changes/feature_openpgp-context-manager
new file mode 100644
index 0000000..4dbf759
--- /dev/null
+++ b/changes/feature_openpgp-context-manager
@@ -0,0 +1 @@
+ o Refactor opengpg utility functions implementation so it uses a context manager.