]> granicus.if.org Git - python/commit
_pyio: Fix TextIOWrapper constructor: os has no device_encoding() function
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 May 2010 11:35:36 +0000 (11:35 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 May 2010 11:35:36 +0000 (11:35 +0000)
commit712021991849257ed1162368b0a31bb008412636
tree4431853dbba42a2d4012bc8c837972eabea8c091
parent268e4872d3d16ef0457487e401e253d37748c136
_pyio: Fix TextIOWrapper constructor: os has no device_encoding() function

_io module doesn't call this function which was introduced in Python3.
Lib/_pyio.py