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 ncoghlan
Recipients doko, gvanrossum, ncoghlan, nnorwitz
Date 2007-11-07.12:25:02
SpamBayes Score 0.0034902182
Marked as misclassified No
Message-id <1194438303.3.0.814192763015.issue1291@psf.upfronthosting.co.za>
In-reply-to
Content
I just hit this as well when rerunning the 2.5 tests before checking
something else in. The test itself appears to be fine, but the call to
f.close() outside the try/except block attempting to flush the file to
disk and raising an IOError.

Didn't something like this get fixed recently? Did the new IO module in
py3k have a similar problem?

(assigning to Neal to make a call on the importance for 2.5.2)
History
Date User Action Args
2007-11-07 12:25:03ncoghlansetspambayes_score: 0.00349022 -> 0.0034902182
recipients: + ncoghlan, gvanrossum, nnorwitz, doko
2007-11-07 12:25:03ncoghlansetspambayes_score: 0.00349022 -> 0.00349022
messageid: <1194438303.3.0.814192763015.issue1291@psf.upfronthosting.co.za>
2007-11-07 12:25:03ncoghlanlinkissue1291 messages
2007-11-07 12:25:02ncoghlancreate