You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "=="?
The text was updated successfully, but these errors were encountered:
When byte-compiling with Python 3.8 (on Fedora Rawhide) the following warnings are printed:
The text was updated successfully, but these errors were encountered: