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

Replace 'async' keyword to 'asynchronous' #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Replace 'async' keyword to 'asynchronous' #122

wants to merge 1 commit into from

Conversation

momoru-kun
Copy link

I Fix the issue where a syntax error occurred in Python version 3.4 and later (using a keyword 'async' as a variable name)

Fixed the issue where a syntax error occurred in Python version 3.4 and later (using a keyword 'async' as a variable name)
@tomato42
Copy link
Contributor

tlslite is not maintained any more, I'm working on https://github.com/tomato42/tlslite-ng that is API compatible (it's a drop-in replacement) that should have this issue fixed in a backwards compatible way ('async' will work as an argument name on versions of python that do not have it as a keyword, and 'async_` everywhere)

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