summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-06-10 14:25:47 +0000
committerelie <elie>2013-06-10 14:25:47 +0000
commitafa02d47df56057273d502863cb05b93dfedf040 (patch)
treea4fbff54a5ba9da261bfcc8cdb239834535e2cc2 /CHANGES
parent3725451e5af06e79cdf44b23b6282b59ffd2151a (diff)
downloadpysnmp-afa02d47df56057273d502863cb05b93dfedf040.tar.gz
exception re-raising improved at MibInstrumController.flipFlopFsm() so
that original traceback is preserved.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 90357cb..45ef2ab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,8 @@ Revision 4.2.5rc2
at once. Although RFC2576 does not suggest error-status -> v2c exception
translation, historically pysnmp used to perform it for a long time so we
can't easily stop doing that.
+- Exception re-raising improved at MibInstrumController.flipFlopFsm() so
+ that original traceback is preserved.
- The snmpCommunityTable row selection improved to follow RFC2576, clause
5.2.1.
- Asyncore-based dispatcher attempts to use poll() whenever available