Project

General

Profile

« Previous | Next » 

Revision ebc99e02

Added by jeremyevans (Jeremy Evans) over 4 years ago

Do not change IO.pipe encodings if encodings explicitly given

This commit makes it so that if the binmode option is given with
any encoding arguments, the reader and writer IO objects are
not set to binary encoding.

Fixes [Bug #12989]