File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ While this cache attempts to minimize network activity, it does not prevent
27
27
network access altogether. If you want a local install solution that
28
28
circumvents accessing PyPI, see {ref}` Installing from local packages ` .
29
29
30
- In versions prior to 23.2, this cache was stored in a directory called ` http ` in
31
- the main cache directory (see below for its location). In 23.2 and later, a new
32
- cache format is used, stored in a directory called ` http-v2 ` . If you have
33
- completely switched to newer versions of ` pip ` , you may wish to delete the old
34
- directory.
30
+ ``` {versionchanged} 23.3
31
+ A new cache format is now used, stored in a directory called `http-v2` (see
32
+ below for this directory's location). Previously this cache was stored in a
33
+ directory called `http` in the main cache directory. If you have completely
34
+ switched to newer versions of `pip`, you may wish to delete the old directory.
35
+ ```
35
36
36
37
(wheel-caching)=
37
38
You can’t perform that action at this time.
0 commit comments