8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c02b199 + 01f4384 commit 6ff8f09Copy full SHA for 6ff8f09
run_release.py
@@ -769,6 +769,9 @@ def purge_the_cdn(db: DbfilenameShelf) -> None:
769
f"https://www.python.org/ftp/python/{normalized_release}/Python-{db['release']}.tar.xz",
770
f"https://www.python.org/ftp/python/{normalized_release}/Python-{db['release']}.tar.xz.asc",
771
f"https://docs.python.org/release/{normalized_release}/",
772
+ "https://www.python.org/downloads/",
773
+ "https://www.python.org/downloads/windows/",
774
+ "https://www.python.org/downloads/macos/",
775
]
776
for url in urls:
777
req = urllib.request.Request(url=url, headers=headers, method="PURGE")
0 commit comments