* changes below incorporated
* skipping 0.10.0 since 0.11.0 came out right away, and the versions are
compatable/interchangable, with the exeption of a couple of the stats. I'd
suggest that you dont rely on those stats if you may use code on both :) see
beanstalk's proto.txt for more info on that.
Apr. 19, 2008:
* Updates for 0.10/0.11 versions of beanstalkd.
* protocol changes are incorporated
* testing is expanded to cover this
* Cleanup:
* protohandler.py changed handler from a pure generator to a class. It improves
performance slightly, and more importantly makes things cleaner to read.
* removed some superfluous code from __init__.py
* better comments
* New stuff:
* examples directory. This will, over time, accrue example uses/simple cases
of using pybeanstalk
* libevent support. Added a new connection type that works with libevent and
pyevent. This connection type will only import on systems with pyevet
installed.