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 tebeka
Recipients tebeka
Date 2009-04-24.00:15:57
SpamBayes Score 0.0025634188
Marked as misclassified No
Message-id <1240532161.78.0.907773696305.issue5825@psf.upfronthosting.co.za>
In-reply-to
Content
Adding "remove" method to NamedTemporaryFile will reduce the need to
import os.unlink when creating a NamedTemporaryFile with delete=False.
History
Date User Action Args
2009-04-24 00:16:02tebekasetrecipients: + tebeka
2009-04-24 00:16:01tebekasetmessageid: <1240532161.78.0.907773696305.issue5825@psf.upfronthosting.co.za>
2009-04-24 00:15:59tebekalinkissue5825 messages
2009-04-24 00:15:59tebekacreate