wuguobao / pybeanstalk

Automatically exported from code.google.com/p/pybeanstalk
0 stars 0 forks source link

serverconn.py:__writeline() raise AttributeError #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In serverconn.py, __writeline() try to raise an protohandler.ProtoError which 
doesn't Exist. That one 
seems to be in protohandler.errors.ProtoError. There a patch attached that fix 
it. 

Original issue reported on code.google.com by timothee...@gmail.com on 27 Nov 2008 at 11:16

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the bug report and patch! I'll try to get to incorporating this in 
the
next few days. It's a holiday here in the US so there may be a little bit of 
delay
before a get a chance.  

In the mean-time what version is this patch against? (git trunk, old trunk (aka 
svn),
or a release...)

Original comment by sophac...@gmail.com on 27 Nov 2008 at 4:30

GoogleCodeExporter commented 9 years ago
The patch is against git trunk.

Original comment by timothee...@gmail.com on 27 Nov 2008 at 4:55

GoogleCodeExporter commented 9 years ago
This is fixed in git trunk, and in the git 1.1-stuff branch. It's been in the
1.1-stuf branch for a few days, and I put it in trunk today. I just totally 
forgot to
update the ticket here.  Anyway, since I applied this patch, I'm calling this 
bug fixed.

Original comment by sophac...@gmail.com on 19 Dec 2008 at 2:46