On Sat, 9 Jul 2016 10:02:26 +0200 Sebastien Marie <sema...@openbsd.org> wrote: <..> > > Here, I don't know... maybe if it isn't needed, doesn't package it ? > > the problem is if root runs it, python will make a .pyc file at > runtime, and after the removing of the mlton package will not work > well (directories will remains due to .pyc file). >
That does not happen to top level scripts. Relevant Python documentation could be found at [1], paragraph 3. I have confirmed that no .pyc is created when the script is run. [1]: https://docs.python.org/2/faq/programming.html#how-do-i-create-a-pyc-file > Outside this point, I am OK to import it. Please another dev to > review the port and import it. Thanks! Would anyone be able to help with review and CVS import please? Best, Alex