]> granicus.if.org Git - python/commit
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Nov 2015 14:45:54 +0000 (16:45 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Nov 2015 14:45:54 +0000 (16:45 +0200)
commit17bdf2015d8c46d6418ad7b8742a4fb0d277a642
tree52b5aada60471174cf331f2f5ea594354cea54b8
parent9b69491901045bcaff15fd9de9eb4c888cc5a3bd
parent56275dc1e2a2f354620189efd751fa90af2118e1
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.
Misc/NEWS