From: Serhiy Storchaka Date: Sun, 1 Nov 2015 14:45:54 +0000 (+0200) Subject: Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' X-Git-Tag: v3.6.0a1~1141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17bdf2015d8c46d6418ad7b8742a4fb0d277a642;p=python Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' at the end if the FileInput was opened with binary mode. Patch by Ryosuke Ito. --- 17bdf2015d8c46d6418ad7b8742a4fb0d277a642