From 977fd852aafb94712c78db12c97ba4ced4640683 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 14 Jun 2020 18:31:09 +0200 Subject: 20200614.1 global branch merge. Signed-off-by: Matteo Bernardini --- python/python-urllib3/README | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 python/python-urllib3/README (limited to 'python/python-urllib3/README') diff --git a/python/python-urllib3/README b/python/python-urllib3/README deleted file mode 100644 index df9a0f529f..0000000000 --- a/python/python-urllib3/README +++ /dev/null @@ -1,12 +0,0 @@ -urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python -ecosystem already uses urllib3 and you should too. urllib3 brings many critical features -that are missing from the Python standard libraries: - -Thread safety. -Connection pooling. -Client-side SSL/TLS verification. -File uploads with multipart encoding. -Helpers for retrying requests and dealing with HTTP redirects. -Support for gzip and deflate encoding. -Proxy support for HTTP and SOCKS. -100% test coverage. -- cgit v1.2.3