-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unpacker #3
Comments
My plan is to provide three pre-coded serializer modes and a custom mode. This should satisfy your needs.
|
Hello, Toru. On Sun, May 22, 2011 at 2:27 PM, tmaesaka <
Paul Okopny |
For that purpose, I recommend wrapping ProtocolHandler in kt_http.py like I did with the KyotoTycoon class. You could call it something like KyotoTycoonDict or something along that line. I deliberately separated those two areas (interface and the core logic) so that things like what you mentioned would be easy to do. |
Ok, I'll do my own class then with blackjack and hookers :) On Sun, May 22, 2011 at 7:12 PM, tmaesaka <
Paul Okopny |
Please make it avaliable not to use pickle unpacker. Return raw result by default for example.
The text was updated successfully, but these errors were encountered: