Hello folks,

I was wondering if there are any plans for adding streams support to
the python implementation of protocol buffers. I find myself doing
string slicing and parsing which is a bit icky.  The C++ API for
protocol buffers is quite nice, I can construct a CodedStream and read/
write from it.

I have a preliminary implementation using streams and maintaining the
existing APIs using StringIO, would you be interested in accepting
that as a patch?

best regards,
-Kirat

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to