commit | b44158ee2190cabf2c6c26ffa98d6e22a98aac58 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sun Sep 28 12:00:49 2014 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sun Sep 28 12:00:49 2014 -0400 |
tree | 3243cbb99f798c05d9325824f38b73990abaabd9 | |
parent | 0f74a2c128447f0546acab23fbfe87be9a3ea9b6 [diff] |
Added an explanatory comment.
diff --git a/tasks.py b/tasks.py index 50eb90a..860584b 100644 --- a/tasks.py +++ b/tasks.py
@@ -94,6 +94,9 @@ session = requests.Session() + # This tells the CDN to delete the cached response for the URL. We do this + # so that the Jenkins builders will see the new sdist immediately when they + # go to build the wheels. response = session.request( "PURGE", "https://pypi.python.org/simple/cryptography/" )