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 joearmbruster
Recipients
Date 2007-05-26.20:13:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I noticed there were several places that use the

while 1:

as opposed to the:

for line in fp:

approach to line-reading.  This patch takes care of some of them that I grep'd out.

History
Date User Action Args
2007-08-23 15:58:33adminlinkissue1726198 messages
2007-08-23 15:58:33admincreate