summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-06-26 15:44:44 +0000
committerelie <elie>2013-06-26 15:44:44 +0000
commit42b77241693f023243c500f3f546118ddf4b1256 (patch)
tree4f5261521d70440f170cd5e0db2f6d0fdcfd0be4 /CHANGES
parent20a21e04fdb09ff2e36822ac539c24ad80628e6c (diff)
downloadpysnmp-42b77241693f023243c500f3f546118ddf4b1256.tar.gz
exception re-raising improved at asynsock/twisted dispatchers so that
original traceback is preserved and reported
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index df5f16e..e716e8a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,8 +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.
+- Exception re-raising improved at MibInstrumController.flipFlopFsm() and
+ asynsock/twisted dispatchers 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