On Wed, Jan 23, 2019 at 12:23:26PM -0800, James Browning via devel wrote: > I think I remember seeing that. IIRC I was piping something somewhere. > That was back before pylib/poly.py though.
Per https://docs.python.org/2/library/io.html#io.TextIOBase: buffer The underlying binary buffer (a BufferedIOBase instance) that TextIOBase deals with. This is not part of the TextIOBase API and may not exist on some implementations. Sounds like we need to add a hasattr() check for buffer before we mess with it. Cheers, -Matt _______________________________________________ devel mailing list devel@ntpsec.org http://lists.ntpsec.org/mailman/listinfo/devel