From df554a9337c1e2d65fd096a4048bf34a4e868470 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com> Date: Mon, 14 Sep 2020 00:49:33 +0530 Subject: [PATCH] Merge pull request #8780 from eamanu/fix-8009 --- docs/html/reference/pip_install.rst | 5 ----- news/5e8c60c2-d540-4a25-af03-100d848acbc0.trivial | 0 2 files changed, 5 deletions(-) create mode 100644 news/5e8c60c2-d540-4a25-af03-100d848acbc0.trivial diff --git a/docs/html/reference/pip_install.rst b/docs/html/reference/pip_install.rst index 7be7bcd25..fd962cd36 100644 --- a/docs/html/reference/pip_install.rst +++ b/docs/html/reference/pip_install.rst @@ -550,11 +550,6 @@ response telling pip to simply use the cached item (and refresh the expiration timer) or it will return a whole new response which pip can then store in the cache. -When storing items in the cache, pip will respect the ``CacheControl`` header -if it exists, or it will fall back to the ``Expires`` header if that exists. -This allows pip to function as a browser would, and allows the index server -to communicate to pip how long it is reasonable to cache any particular item. - While this cache attempts to minimize network activity, it does not prevent network access altogether. If you want a local install solution that circumvents accessing PyPI, see :ref:`Installing from local packages`. diff --git a/news/5e8c60c2-d540-4a25-af03-100d848acbc0.trivial b/news/5e8c60c2-d540-4a25-af03-100d848acbc0.trivial new file mode 100644 index 000000000..e69de29bb