[docs] [issue15561] update subprocess docs to reference io.TextIOWrapper

Chris Jerdonek report at bugs.python.org
Thu Aug 9 17:32:23 CEST 2012


Chris Jerdonek added the comment:

In the process of working on issue 15595, I noticed that the documentation change will need to be slightly different for Python 3.2 than for 3.3.  In 3.2, it is locale.getpreferredencoding() (which defaults to do_setlocale=True) instead of locale.getpreferredencoding(False).

I will provide a patch adjusted for 3.2.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15561>
_______________________________________


More information about the docs mailing list