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

Python 3.8 syntax warning with update tool #43

Open
szszszsz opened this issue Jun 6, 2020 · 0 comments
Open

Python 3.8 syntax warning with update tool #43

szszszsz opened this issue Jun 6, 2020 · 0 comments
Labels
bug priority/high issue with high priority
Milestone

Comments

@szszszsz
Copy link
Member

szszszsz commented Jun 6, 2020

From the Python 3.8 Release notes:
The compiler now produces a SyntaxWarning when identity checks ( is and is not ) are used with certain types of literals (e.g. strings, numbers). These can often work by accident in CPython, but are not guaranteed by the language spec. The warning advises users to use equality tests ( == and != ) instead. (Contributed by Serhiy Storchaka in bpo-34850.)

Details: https://support.nitrokey.com/t/probleme-mit-nitrokey-start-nach-firmwareupdate-auf-rtm-9-veranderte-kartenummer/2407/7

@szszszsz szszszsz added bug priority/high issue with high priority labels Jun 6, 2020
@szszszsz szszszsz added this to the RTM.11 milestone Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug priority/high issue with high priority
Projects
None yet
Development

No branches or pull requests

1 participant