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

Fix import error on Python 3.5.0 and 3.5.1 #267

Merged
merged 1 commit into from Jul 17, 2020
Merged

Conversation

@bbc2
Copy link
Collaborator

@bbc2 bbc2 commented Jul 16, 2020

While typing was added in 3.5.0, typing.Text was only added in
3.5.2, and so causes an AttributeError, not an ImportError
exception.

Replaces #262.

Closes #261.

@bbc2 bbc2 self-assigned this Jul 16, 2020
While `typing` was added in 3.5.0, `typing.Text` was only added in
3.5.2, and so causes an `AttributeError`, not an `ImportError`
  exception.
@bbc2 bbc2 force-pushed the bbc2:fix-import-error branch from 024496b to c3d9c17 Jul 16, 2020
@bbc2 bbc2 mentioned this pull request Jul 16, 2020
@coveralls
Copy link

@coveralls coveralls commented Jul 16, 2020

Coverage Status

Coverage remained the same at 89.855% when pulling c3d9c17 on bbc2:fix-import-error into 4b43436 on theskumar:master.

@bbc2 bbc2 merged commit 78be0f8 into theskumar:master Jul 17, 2020
1 check passed
1 check passed
coverage/coveralls Coverage remained the same at 89.855%
Details
@bbc2 bbc2 deleted the bbc2:fix-import-error branch Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

2 participants