Message1724

Author cgroves
Recipients
Date 2007-07-17.08:28:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The Jython version of tempfile is missing the mkdtemp method.  This is causing test_shutil to fail in addition to just being a missing piece of functionality.  It looks like the existing tempfile.py in Lib is just an older version from CPython with slight Jython modifications.  The current version from CPythonLib should be examined when bringing this up to speed.
History
Date User Action Args
2008-02-20 17:17:53adminlinkissue1755344 messages
2008-02-20 17:17:53admincreate