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 christian.heimes
Recipients brett.cannon, christian.heimes, gvanrossum
Date 2007-10-20.03:59:50
SpamBayes Score 0.004584731
Marked as misclassified No
Message-id <47197D33.9030004@cheimes.de>
In-reply-to <1192852176.62.0.0513306170104.issue1267@psf.upfronthosting.co.za>
Content
Brett Cannon wrote:
> This suggests that perhaps we should standardize on file pointers or
> file descriptors in Python to prevent something like this from happening
> again.

rewind() it used couple of times in the Python code. Have you checked if
the other calls are safe?

Thx for finding the bug :) Great work!

Christian
History
Date User Action Args
2007-10-20 03:59:50christian.heimessetspambayes_score: 0.00458473 -> 0.004584731
recipients: + christian.heimes, gvanrossum, brett.cannon
2007-10-20 03:59:50christian.heimeslinkissue1267 messages
2007-10-20 03:59:50christian.heimescreate