红联Linux门户
Linux帮助

Requests v2.9.2和v2.10.0发布

发布时间:2016-04-30 09:21:09来源:红联作者:baihuo
Requests v2.9.2 和 v2.10.0 发布了,Requests是一款 Python 的 HTTP 客户端库。

Requests v2.9.2 改进日志如下:

Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict as its underlying datastore.

Don't use redirect_cache if allow_redirects=False

When passed objects that throw exceptions from tell(), send them via chunked transfer encoding instead of failing.

Raise a ProxyError for proxy related connection issues.

Requests v2.10.0 改进日志如下:

Updated bundled urllib3 to 1.15.1.

SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks])

下载地址:

https://github.com/kennethreitz/requests/releases/tag/v2.10.0

https://github.com/kennethreitz/requests/releases/tag/v2.9.2

来自:开源中国社区
文章评论

共有 0 条评论