earl / beanstalkc

A simple beanstalkd client library for Python
Apache License 2.0
458 stars 115 forks source link

Changed expected responses and errors for put(..) #41

Closed Doerge closed 10 years ago

Doerge commented 10 years ago

Fix for earl/beanstalkc#40

Moved BURRIED to be an error, and added DRANINGas an expected error as well.

earl commented 10 years ago

Thanks for the fix, @Doerge!