This file was deleted as part of the python serialization optimizations that were released in 2.3.0. A lot of the functionality now exists in decoder.py. You shouldn't be relying on internal parts of the package though, so it should only serve as a reference point for you.
On Fri, Feb 4, 2011 at 3:05 PM, maxw <[email protected]> wrote: > Hello, > > I'm a relatively new user of protocol buffers in python. Recently I > have used them successfully to deserialize whole-messages, but am now > interested in a more granular streaming method (read field by field). > > I found several signs that a file named input_stream.py is or was part > of some distribution (e.g. > > http://code.google.com/p/python-twitter/source/browse/google/protobuf/internal/input_stream.py?r=ea4e8dcae50dcee70d2668b5dce62766ec0620dd > ). > > Yet, the 2.3.0 and 2.4.0a distributions don't seem to contain this > file. > > Any hint would be greatly appreciated. > - Max > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" 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/protobuf?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" 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/protobuf?hl=en.
