Skip to content

Commit

Permalink
Merge pull request pypa#8780 from eamanu/fix-8009
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Oct 12, 2020
1 parent 94ee811 commit 3cab11a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/html/reference/pip_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
Empty file.

0 comments on commit 3cab11a

Please sign in to comment.