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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17bdf2015d8c46d6418ad7b8742a4fb0d277a642;p=thirdparty%2FPython%2Fcpython.git 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