-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev3.7 async keyword changes #346
Conversation
…names Updated requirements-docs.txt to include missing modules
Py37 changes merge
Commenting out python3.7 from Travis while waiting for support. You can run teh 3.7 tests with tox without issues
Just removed the python3.7 configuration from Travis while the 3.7 support is added to it |
I would love it if this could get merged into 3.7 branch That way I could easily test this in my project. |
@NovapaX I can merge this in to 3.7 branch in some time, once I sync up the latest on master to dev3.7 branch. |
…ev3.7 # Conflicts: # CHANGELOG.rst # doc/conf.py # pymodbus/framer/ascii_framer.py # pymodbus/framer/binary_framer.py # pymodbus/framer/rtu_framer.py # pymodbus/framer/socket_framer.py # pymodbus/repl/client.py # pymodbus/repl/completer.py # pymodbus/server/asynchronous.py
@dices Thanks for fixing the merge conflicts. I will take some time over the weekend to review and merge this in to the |
Renamed pymodbus.server.async to pymodbus.server.asynchronous
Modified asyncio.async to use asyncio.ensure_future
Added missing prompt_toolkit dependency to requirements-docs.txt
Updated references in documentation
Updated examples