Message9759

Author jeff.allen
Recipients jeff.allen
Date 2015-04-06.07:13:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428304412.8.0.404584756122.issue2307@psf.upfronthosting.co.za>
In-reply-to
Content
test_chdir is a Jython-specific test. It reveals a bug in the tempfile module that CPython noticed (http://bugs.python.org/issue14255 refers) but only fixed in Python 3. I'll copy this for Jython. It suppresses three of the chdir failures.

I'll look into the other failures as distinct change sets. Jython's tempfile has fallen a little behind CPython's. I'll take in that and the problematic use of os.name too, but they're not the source of these failures AFAIK.
History
Date User Action Args
2015-04-06 07:13:32jeff.allensetmessageid: <1428304412.8.0.404584756122.issue2307@psf.upfronthosting.co.za>
2015-04-06 07:13:32jeff.allensetrecipients: + jeff.allen
2015-04-06 07:13:32jeff.allenlinkissue2307 messages
2015-04-06 07:13:31jeff.allencreate