Message1726

Author pjenvey
Recipients
Date 2007-08-07.23:07:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I've done some work on updating tempfile to include mkdtemp, and some preliminary work on using java.File.createTempFile for somewhat of a mkstemp replacement (you can't provide the exact functionality of it because it returns a file descriptor) -- it's something that Tempfile/NamedTemporaryFile can utilize, anyway
History
Date User Action Args
2008-02-20 17:17:53adminlinkissue1755344 messages
2008-02-20 17:17:53admincreate