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 gvanrossum
Recipients MrJean1, christian.heimes, gvanrossum, nnorwitz
Date 2007-10-29.00:57:23
SpamBayes Score 0.007675913
Marked as misclassified No
Message-id <ca471dc20710281757p251cf998x5c634c68a9c1b815@mail.gmail.com>
In-reply-to <1193593461.54.0.171548511462.issue1329@psf.upfronthosting.co.za>
Content
Right. I think the right solution is to add an option to _FileIO that
says "don't close the filedescriptor when close() is called". This
option should only be allowed when the "filename" argument is an
integer file descriptor. It should be passed when stdin/out/err are
created. It may also be helpful in some other places?!
History
Date User Action Args
2007-10-29 00:57:23gvanrossumsetspambayes_score: 0.00767591 -> 0.007675913
recipients: + gvanrossum, nnorwitz, christian.heimes, MrJean1
2007-10-29 00:57:23gvanrossumlinkissue1329 messages
2007-10-29 00:57:23gvanrossumcreate