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 serhiy.storchaka
Recipients georg.brandl, kichik, ncoghlan, serhiy.storchaka
Date 2013-02-05.19:17:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360091827.67.0.120240984752.issue16800@psf.upfronthosting.co.za>
In-reply-to
Content
In general it looks good to me. But we can get rid of Python file and use only os.open/os.write/os.close. Here is an updated patch which carefully close a file descriptor and remove a file even if write or close failed.

Amir Szekely, can you please submit a contributor form?

http://python.org/psf/contrib/contrib-form/
http://python.org/psf/contrib/
History
Date User Action Args
2013-02-05 19:17:07serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, ncoghlan, kichik
2013-02-05 19:17:07serhiy.storchakasetmessageid: <1360091827.67.0.120240984752.issue16800@psf.upfronthosting.co.za>
2013-02-05 19:17:07serhiy.storchakalinkissue16800 messages
2013-02-05 19:17:07serhiy.storchakacreate