On 29/01/20 6:27 pm, Peng Yu wrote:
Suppose that I use this to read from stdin. But `line` contains
decoded data in python 3. In python 2, it contains the original data.
What is the best way to get the original data in python 3?

Read from stdin.buffer, which is a stream of bytes.

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to