While Googling for "python 2 enum" (to see if Enums are available in Python 2), I found this strange result at the top:
The link goes to https://cpython-test-docs.readthedocs.io/en/latest/library/enum.html. This seems like a pretty outdated (test?) version of the docs, given that the homepage is versioned at Python 2.7.6. However, the contents seem to be documentation for Python 3, which is a little confusing.
Is there some way this could be updated or entirely removed?