This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Ryosuke Ito, python-dev, r.david.murray, serhiy.storchaka
Date 2015-11-01.14:46:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151101144646.10172.48896@psf.io>
In-reply-to
Content
New changeset e27c589e1c6a by Serhiy Storchaka in branch '3.4':
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
https://hg.python.org/cpython/rev/e27c589e1c6a

New changeset 321b34824020 by Serhiy Storchaka in branch '3.5':
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
https://hg.python.org/cpython/rev/321b34824020

New changeset 4f0e293e6eb0 by Serhiy Storchaka in branch 'default':
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
https://hg.python.org/cpython/rev/4f0e293e6eb0
History
Date User Action Args
2015-11-01 14:46:49python-devsetrecipients: + python-dev, r.david.murray, serhiy.storchaka, Ryosuke Ito
2015-11-01 14:46:49python-devlinkissue25510 messages
2015-11-01 14:46:48python-devcreate