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 aguiar
Recipients aguiar, chuck, ezio.melotti, pitrou
Date 2009-10-06.13:50:35
SpamBayes Score 9.191785e-05
Marked as misclassified No
Message-id <1254837037.95.0.883176840025.issue5395@psf.upfronthosting.co.za>
In-reply-to
Content
Another try. I have opened a file for writing, and have tried to read
from it:

>>> fp = open ('xxx', 'w')
>>> fp.read ()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IOError: [Errno 9] Bad file descriptor
History
Date User Action Args
2009-10-06 13:50:38aguiarsetrecipients: + aguiar, pitrou, ezio.melotti, chuck
2009-10-06 13:50:37aguiarsetmessageid: <1254837037.95.0.883176840025.issue5395@psf.upfronthosting.co.za>
2009-10-06 13:50:35aguiarlinkissue5395 messages
2009-10-06 13:50:35aguiarcreate