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

Backward incompatibility issue in log.py #297

Closed
sbs2001 opened this issue Jan 18, 2020 · 1 comment · Fixed by #299
Closed

Backward incompatibility issue in log.py #297

sbs2001 opened this issue Jan 18, 2020 · 1 comment · Fixed by #299

Comments

@sbs2001
Copy link
Contributor

sbs2001 commented Jan 18, 2020

Currently cve-bin-tool is supposed to support python 2.7 , but the syntax for super method used in

super().__init__()
is not valid in python 2.7 . Therefore cve-bin-tool is broken for systems with python 2.7 .

@terriko
Copy link
Contributor

terriko commented Jan 19, 2020

Thanks for the bug report! We're dropping Python 2.7 support. 0.3.1 was expected to be the last one to support 2.7 when we released it, (to go with the end of python support in 2020), but I guess I haven't updated the docs yet. I'll leave this open to remind me to do that.

terriko added a commit that referenced this issue Jan 24, 2020
fixes #297 (well, addresses it, anyhow)
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.

2 participants