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 mark.dickinson
Recipients mark.dickinson, pitrou
Date 2010-05-04.18:28:16
SpamBayes Score 6.4836214e-10
Marked as misclassified No
Message-id <1272997697.98.0.702407452878.issue8614@psf.upfronthosting.co.za>
In-reply-to
Content
Yep, that's enough to trigger it:

Python 2.7b1+ (trunk:80760, May  4 2010, 19:27:27) 
[GCC 4.2.1 (Apple Inc. build 5659)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> f = open('LICENSE', 'rb')
[35032 refs]
>>> f.flush()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IOError: [Errno 9] Bad file descriptor
[35067 refs]
History
Date User Action Args
2010-05-04 18:28:18mark.dickinsonsetrecipients: + mark.dickinson, pitrou
2010-05-04 18:28:17mark.dickinsonsetmessageid: <1272997697.98.0.702407452878.issue8614@psf.upfronthosting.co.za>
2010-05-04 18:28:16mark.dickinsonlinkissue8614 messages
2010-05-04 18:28:16mark.dickinsoncreate