Message11366

Author jeff.allen
Recipients jeff.allen
Date 2017-05-08.20:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494276010.36.0.326652621497.issue2591@psf.upfronthosting.co.za>
In-reply-to
Content
Parking to revisit later. Working on failures of un-skipped tests in test_cmd_line_script (when we have non-ascii paths) I noticed these skips, that with my new-found familiarity with runpy look tractable.

The logic in org.python.util.jython.runMainFromImporter() should presumably agree with runpy._run_module_as_main(). Alternatively, could we just use runpy as in jython.runModule()?


We've noted these as skips in #1861 but no other  issue I can find.
History
Date User Action Args
2017-05-08 20:40:10jeff.allensetrecipients: + jeff.allen
2017-05-08 20:40:10jeff.allensetmessageid: <1494276010.36.0.326652621497.issue2591@psf.upfronthosting.co.za>
2017-05-08 20:40:10jeff.allenlinkissue2591 messages
2017-05-08 20:40:09jeff.allencreate