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

SyntaxWarnings with Python 3.8 #71

Closed
thmo opened this issue Jan 25, 2020 · 1 comment
Closed

SyntaxWarnings with Python 3.8 #71

thmo opened this issue Jan 25, 2020 · 1 comment

Comments

@thmo
Copy link

thmo commented Jan 25, 2020

When byte-compiling with Python 3.8 (on Fedora Rawhide) the following warnings are printed:

/usr/lib/python3.8/site-packages/textile/core.py:728: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/usr/lib/python3.8/site-packages/textile/core.py:728: SyntaxWarning: "is" with a literal. Did you mean "=="?
/usr/lib/python3.8/site-packages/textile/core.py:751: SyntaxWarning: "is" with a literal. Did you mean "=="?
/usr/lib/python3.8/site-packages/textile/core.py:766: SyntaxWarning: "is" with a literal. Did you mean "=="?
/usr/lib/python3.8/site-packages/textile/core.py:1413: SyntaxWarning: "is" with a literal. Did you mean "=="?
@ikirudennis
Copy link
Member

Thanks for filing these issues and for doing the research on them. I'll get on them shortly.

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

No branches or pull requests

2 participants