PHP 8.2.30
Preview: compat.py Size: 695 B
/opt/alt/python310/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py

try:
    from urllib.parse import urljoin
except ImportError:
    from urlparse import urljoin


try:
    import cPickle as pickle
except ImportError:
    import pickle


# Handle the case where the requests module has been patched to not have
# urllib3 bundled as part of its source.
try:
    from pip._vendor.requests.packages.urllib3.response import HTTPResponse
except ImportError:
    from pip._vendor.urllib3.response import HTTPResponse

try:
    from pip._vendor.requests.packages.urllib3.util import is_fp_closed
except ImportError:
    from pip._vendor.urllib3.util import is_fp_closed

# Replicate some six behaviour
try:
    text_type = unicode
except NameError:
    text_type = str

Directory Contents

Dirs: 2 × Files: 10

Name Size Perms Modified Actions
caches DIR
- drwxr-xr-x 2026-02-10 08:08:40
Edit Download
- drwxr-xr-x 2026-02-10 08:08:40
Edit Download
4.77 KB lrw-r--r-- 2026-01-09 15:17:41
Edit Download
805 B lrw-r--r-- 2026-01-09 15:17:41
Edit Download
695 B lrw-r--r-- 2026-01-09 15:17:41
Edit Download
13.82 KB lrw-r--r-- 2026-01-09 15:17:41
Edit Download
2.47 KB lrw-r--r-- 2026-01-09 15:17:41
Edit Download
3.97 KB lrw-r--r-- 2026-01-09 15:17:41
Edit Download
6.92 KB lrw-r--r-- 2026-01-09 15:17:41
Edit Download
690 B lrw-r--r-- 2026-01-09 15:17:41
Edit Download
1.26 KB lrw-r--r-- 2026-01-09 15:17:41
Edit Download
302 B lrw-r--r-- 2026-01-09 15:17:41
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).