Nick Coghlan added the comment:

As long as I'm refactoring these docs, I may also take a look at adding some 
notes about text vs binary handling, since that's still problematic as 
described in http://bugs.python.org/issue6135

The default behaviour is binary pipes, and setting "universal_newlines=True" 
switches to UTF-8 encoded text pipes, but anything else involves using binary 
pipes with separate encoding and decoding steps.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27050>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to