[Python] QHelp references old-ish python 2 documentation
Open
question
- Dominant language
- CodeQL
- Stars
- 10.1k
- Forks
- 2.1k
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 141
Description
I was looking at the [py/modification-of-default-value](https://codeql.github.com/codeql-query-help/python/py-modification-of-default-value/) query and noticed that it still refers to python 2 documentation.
A quick search reveals that there are more such references:
https://github.com/search?q=repo%3Agithub%2Fcodeql+%22python.org%2F2%22+language%3AXML&type=code&l=XML
While python 2.7 is still officially supported by CodeQL I think it would make sense to update those references to python 3.
But I of course also understand that this is probably a low priority issue :)
Contributor guide
Assessment
This issue has not been assessed yet.