Merge pull request #8780 from eamanu/fix-8009

This commit is contained in:
Pradyun Gedam 2020-09-14 00:49:33 +05:30 committed by Pradyun Gedam
parent 6407f7ed85
commit df554a9337
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
2 changed files with 0 additions and 5 deletions

View File

@ -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`.