summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2011-12-13 15:37:12 +0000
committerelie <elie>2011-12-13 15:37:12 +0000
commit52d076bcaa63ae1470e5bf55e2372c5ef34157b2 (patch)
treee1245f075f845c529085388444f7727205fb9a22
parent4609c5d8fd30b3914fac29580f60bbbf3a646966 (diff)
downloadpysnmp-52d076bcaa63ae1470e5bf55e2372c5ef34157b2.tar.gz
updated
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 537726d..0372129 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,8 +27,8 @@ Revision 4.2.2
of peers configured.
- Fix to SnmpEngineID value autogeneration (used to fail on Mac).
- SNMPv2-SMI.ObjectType.__repr__() fixed to do a repr() on its components.
-- SNMPv2-SMI.MibNode class moved to a separate module, all MibNode-based
- objects, once built into a tree, will carry an embedded label symbol.
+- All SNMPv2-SMI.MibNode-based objects, once built into a tree, will carry
+ an embedded label symbol.
- Exlicit repr() calls replaced with '%r'
- Fix to error processing at GETNEXT & GETBULK apps response handlers.