Comment #16 on issue 1506 by pekka.klarck: Python 3 support
http://code.google.com/p/robotframework/issues/detail?id=1506

Unfortunately we cannot yet drop Jython 2.5 support in the main line. I hope that things look different already in few months when we start thinking about next Robot major release. I hope we can drop Python/Jython 2.5 and also 2.6 then and make the framework officially Python 3(.3) compatible.

Until that happens, having a separate project and release targeting Python 3 support would be awesome. The code could be translated with 2to3 and manually edited where needed. The project would also help targeting official Python 3 support later by exposing compatibility issues with str/unicode. As long as those issues are in libraries they are easy to handle one way or other.

With `OperatingSystem.Start Proces` I would say that it's best to just leave it. I would like to deprecate it in favor of `Process.Start Process` sooner or later anyway. If further configuration is needed, it's much easier to add to `Process.Start Process` that takes free **config.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to