Skip to content

Replace 'async' keyword to 'asynchronous'#122

Open
momoru-kun wants to merge 1 commit into
trevp:masterfrom
momoru-kun:patch-1
Open

Replace 'async' keyword to 'asynchronous'#122
momoru-kun wants to merge 1 commit into
trevp:masterfrom
momoru-kun:patch-1

Conversation

@momoru-kun

Copy link
Copy Markdown

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