commit | 17bdf2015d8c46d6418ad7b8742a4fb0d277a642 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 01 16:45:54 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 01 16:45:54 2015 +0200 |
tree | 52b5aada60471174cf331f2f5ea594354cea54b8 | |
parent | 9b69491901045bcaff15fd9de9eb4c888cc5a3bd [diff] | |
parent | 56275dc1e2a2f354620189efd751fa90af2118e1 [diff] |
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.