python-urllib3 2.0.7-ok2 source package in openKylin
Changelog
python-urllib3 (2.0.7-ok2) nile; urgency=medium * Add patch: github issue#3206, issue#3271. -- liwenjun <email address hidden> Wed, 05 Jun 2024 10:35:21 +0800
python-urllib3 (2.0.7-ok2) nile; urgency=medium * Add patch: github issue#3206, issue#3271. -- liwenjun <email address hidden> Wed, 05 Jun 2024 10:35:21 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | release | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-urllib3_2.0.7.orig.tar.gz | 275.9 KiB | c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84 |
python-urllib3_2.0.7-ok2.debian.tar.xz | 7.0 KiB | 47d569e5d181ed10db19307b2c4336e3822513bd9554b9294b7c05e14644a116 |
python-urllib3_2.0.7-ok2.dsc | 2.4 KiB | 790651e4459e976cda366e4be5d4f1002642daf7c4004b5c89fcde6707479a85 |
urllib3 supports features left out of urllib and urllib2 libraries.
.
- Re-use the same socket connection for multiple requests (HTTPConnectionPool
and HTTPSConnection
verification).
- File posting (encode_
- Built-in redirection and retries (optional).
- Supports gzip and deflate decoding.
- Thread-safe and sanity-safe.
- Small and easy to understand codebase perfect for extending and
building upon.
.
This package contains the Python 3 version of the library.