While trying to recreate a realistic downloads section for local pythondotorg development I noticed that the following. The API v1 downloads [release_file endpoint](https://www.python.org/api/v1/downloads/release_file/?format=json) lists a number of files that refer to a release that seems to be hidden: * Release file ids [2012](https://www.python.org/api/v1/downloads/release_file/2012/?format=json)-[2022](https://www.python.org/api/v1/downloads/release_file/2022/?format=json) refer to release id [265](https://www.python.org/api/v1/downloads/release/265/?format=json) * Release file ids [2058](https://www.python.org/api/v1/downloads/release_file/2058/?format=json)-[2062](https://www.python.org/api/v1/downloads/release_file/2062/?format=json)) refer to release id [268](https://www.python.org/api/v1/downloads/release/268/?format=json) Accessing these release endpoins results in a 401 Unauthorized response. I'm not sure what's the cause of this, but it seems that these files should not be listed (publicly) if the release is made unavailable.