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 asmodai
Recipients asmodai, gvanrossum, mhammond, paul.moore, skip.montanaro, tcdelaney
Date 2008-01-19.10:11:08
SpamBayes Score 0.31563124
Marked as misclassified No
Message-id <1200737470.21.0.670207238726.issue602245@psf.upfronthosting.co.za>
In-reply-to
Content
Current output on XP with 2.5.1:

D:\>test.py
Traceback (most recent call last):
  File "D:\test.py", line 12, in <module>
    r.close()
IOError: [Errno 0] Error
Traceback (most recent call last):
  File "D:\test.py", line 20, in <module>
    r.close()
IOError: [Errno 0] Error
Traceback (most recent call last):
  File "D:\test.py", line 29, in <module>
    e.close()
IOError: [Errno 0] Error
History
Date User Action Args
2008-01-19 10:11:10asmodaisetspambayes_score: 0.315631 -> 0.31563124
recipients: + asmodai, gvanrossum, mhammond, skip.montanaro, paul.moore, tcdelaney
2008-01-19 10:11:10asmodaisetspambayes_score: 0.315631 -> 0.315631
messageid: <1200737470.21.0.670207238726.issue602245@psf.upfronthosting.co.za>
2008-01-19 10:11:08asmodailinkissue602245 messages
2008-01-19 10:11:08asmodaicreate