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

Warnings in Python 3.8 #9

Open
stcmeh opened this issue Aug 6, 2020 · 0 comments
Open

Warnings in Python 3.8 #9

stcmeh opened this issue Aug 6, 2020 · 0 comments

Comments

@stcmeh
Copy link

stcmeh commented Aug 6, 2020

Hi, just updated to Anaconda 3.2020.07

When I import ceterach I now get the following warnings:

/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:46: SyntaxWarning: "is" with a literal. Did you mean "=="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:46: SyntaxWarning: "is" with a literal. Did you mean "=="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:49: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:49: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:46: SyntaxWarning: "is" with a literal. Did you mean "=="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:46: SyntaxWarning: "is" with a literal. Did you mean "=="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:49: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/path/to/python3.8/site-packages/ceterach-0.0.1-py3.8.egg/ceterach/page.py:49: SyntaxWarning: "is not" with a literal. Did you mean "!="?
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 a pull request may close this issue.

1 participant