红联Linux门户
Linux帮助

Requests 2.6.0发布,Python的HTTP客户端库

发布时间:2015-03-15 09:29:49来源:红联作者:empast
Requests 是一个 Python 的 HTTP 客户端库。

更新内容如下:

Bug 修复

Fix handling of cookies on redirect.

Fix error when requests is an install_requires dependency and python setup.py test is run. (#2462)

Fix error when urllib3 is unbundled and requests continues to use the vendored import location.

Include fixes to urllib3's header handling.

Requests' handling of unvendored dependencies is now more restrictive.

新特性和改进

Support bytearrays when passed as parameters in the files argument. (#2468)

Avoid data duplication when creating a request with str, bytes, orbytearray input to the files argument.

更多内容请看更新日志。

软件详情:https://github.com/kennethreitz/requests/blob/master/HISTORY.rst

下载地址:https://github.com/kennethreitz/requests/archive/v2.6.0.zip

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

共有 0 条评论