commit | 314464d0ab4ad283fce7594158b2464d47cc68d8 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 01 16:43:58 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 01 16:43:58 2015 +0200 |
tree | 365304a1c140df7cb90a1cb501f18713226580c8 | |
parent | 1f1177d69a21805c374b6b4cfce9f9f76bceb822 [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.