etingof / pysnmp

Python SNMP library
http://snmplabs.com/pysnmp/
BSD 2-Clause "Simplified" License
580 stars 200 forks source link

Simple issue in documentation #3

Closed andreagilardoni closed 8 years ago

andreagilardoni commented 8 years ago

I found that in the example listed here: http://pysnmp.sourceforge.net/docs/hlapi/asyncore/sync/manager/cmdgen/nextcmd.html you are using the async library and trying to execute it with sync API.

andreagilardoni commented 8 years ago

I see that this issue is repeated almost in every synchronized example in that documentation

etingof commented 8 years ago

Fixed, thanks!