trehn / hnmp

High-level Python SNMP library
ISC License
49 stars 16 forks source link

The order is not preserved, when fetching rows from SNMP.table #10

Closed fingul closed 9 years ago

fingul commented 9 years ago

Hi. Thank you for great library.

When using SNMP.table method, order of fetched rows is not preserved. (Because, type of Table._rows is dictionary.)

How about using collections.OrderedDict type for Table._rows ?

fingul commented 9 years ago

oh.. Already exist.#7 sorry.