On Thu, Jan 22, 2009 at 8:32 AM, Erich <[email protected]> wrote:
...
>> We're poking at adding documentation, but we've been basing it on 1.2. :-/
>>
> Very cool!
>
> Presuming that this 1.2 means 0.11.1 again ( :-P ) ...
Yes, I did mean 0.11.1 again.
...
I'd written before about my wish for tab-completion in ipython. It's
broken because ServerConn.__getattr__ defers to protohandler, and
ipython's tab-completion is just based on filter('text-so-far',
dir(o)), and dir doesn't get all the protohandler attributes.
I think it'd be possible to fix this issue by adding a metaclass to
ServerConn which would wire up the attributes as needed. Basically,
instead of using __getattr__, the metaclass would annotate ServerConn
with functions like .put which do the right thing for process_put.
Does that sound reasonable to you? I can work up a patch if so?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"beanstalk-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/beanstalk-talk?hl=en
-~----------~----~----~----~------~----~------~--~---