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 benjamin.peterson
Recipients benjamin.peterson
Date 2009-01-18.21:02:02
SpamBayes Score 0.012550261
Marked as misclassified No
Message-id <1232312523.23.0.0634822781495.issue4991@psf.upfronthosting.co.za>
In-reply-to
Content
Since os.fdopen is now implemented with io.open, it doesn't use fdopen
and check for invalid file descriptors. This isn't a huge issue since
subsequent actions on the file will raise an error.
History
Date User Action Args
2009-01-18 21:02:03benjamin.petersonsetrecipients: + benjamin.peterson
2009-01-18 21:02:03benjamin.petersonsetmessageid: <1232312523.23.0.0634822781495.issue4991@psf.upfronthosting.co.za>
2009-01-18 21:02:02benjamin.petersonlinkissue4991 messages
2009-01-18 21:02:02benjamin.petersoncreate