Comment #20 on issue 1506 by [email protected]: Python 3 support
http://code.google.com/p/robotframework/issues/detail?id=1506

Finally, and with even more fixes and (almost) FAIL-free utests, the first release:

https://pypi.python.org/pypi/robotframework-python3/2.8.3

The "almost" above is due to a strange behavior of the importer tests.
When the import files are dynamically created just before they should be imported,
they often can't be found.
It only happens in Python 3, and randomly.
I added some additional checks to see if the files exist and are readable.
Everything fine, but the import functions can't find them.

Complete diff to 2.8.3:

https://bitbucket.org/userzimmermann/robotframework-python3/branches/compare/python3-2.8.3..2.8.3#diff

I further merged with the commits after 2.8.3
and will now start with statically applying the (necessary) 2to3 diffs,
keeping the code Python 2.7 compatible.


--
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