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 josm
Recipients
Date 2007-04-23.17:21:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch is to fix bug 1523853.
Now file.read() works as written in the doc, which says
"An empty string is returned when EOF is encountered immediately."
Before this fix, An empty string was returned even when the last
read() encountered EOF.
History
Date User Action Args
2007-08-23 15:58:11adminlinkissue1706039 messages
2007-08-23 15:58:11admincreate