Skip to content
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

Python 3.7 compatibilty #33

Merged
merged 6 commits into from
Dec 27, 2018
Merged

Conversation

AndrewNelis
Copy link
Contributor

Hi,

This pull request fixes telnetlib3 to work with python 3.7 by removing references to the deprecated asyncio.async variable.

I also found the tests didn't run under 3.7 but updating them to use async/await syntax fixes this. This is a breaking change if you still wish to support older versions of python so I could re-submit this as a separate pull request if required?

Regards,

Andrew.

@jquast
Copy link
Owner

jquast commented Dec 27, 2018

Trying to give this attention today, dropping py3.4 is fine, this looks great, thanks. I'll try to push soon

@jquast jquast merged commit c914299 into jquast:master Dec 27, 2018
@jquast
Copy link
Owner

jquast commented Dec 27, 2018

this is release to pypi as well now, thanks so much for the help, i'm extra-full-time employed and unable to maintain this project so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants