commit | 56275dc1e2a2f354620189efd751fa90af2118e1 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 01 16:45:26 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 01 16:45:26 2015 +0200 |
tree | 4912005e11192ecc7edac3899e72bc2c8f0460ea | |
parent | 14eefe353e3f251bce0bc7ed3415f78c17174d94 [diff] | |
parent | 314464d0ab4ad283fce7594158b2464d47cc68d8 [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.