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 christian.heimes, georg.brandl, lebigot, loewis, skip.montanaro
Date 2008-01-12.05:10:04
SpamBayes Score 0.075627096
Marked as misclassified No
Message-id <1200114605.81.0.143660417037.issue1653416@psf.upfronthosting.co.za>
In-reply-to
Content
On Linux both 2.5 and 2.6 are raising an exception:

>>> f = open("/etc/passwd")
>>> print >>f, "Hello"
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IOError: [Errno 9] Bad file descriptor
History
Date User Action Args
2008-01-12 05:10:06christian.heimessetspambayes_score: 0.0756271 -> 0.075627096
recipients: + christian.heimes, loewis, skip.montanaro, georg.brandl, lebigot
2008-01-12 05:10:05christian.heimessetspambayes_score: 0.0756271 -> 0.0756271
messageid: <1200114605.81.0.143660417037.issue1653416@psf.upfronthosting.co.za>
2008-01-12 05:10:05christian.heimeslinkissue1653416 messages
2008-01-12 05:10:04christian.heimescreate