发布于 2017-05-09 23:52:50 | 196 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Requests Python 的 HTTP 客户端库

Requests 是一个 Python 的 HTTP 客户端库。


Requests v2.14.0 和 2.14.1 发布了。更新如下:

Requests v2.14.0:

改进:

  • It is now possible to pass no_proxy as a key to the proxies dictionary to provide handling similar to the NO_PROXYenvironment variable.

  • When users provide invalid paths to certificate bundle files or directories Requests now raises IOError, rather than failing at the time of the HTTPS request with a fairly inscrutable certificate validation error.

  • The behavior of SessionRedirectMixin was slightly altered. resolve_redirects will now detect a redirect by callingget_redirect_target(response) instead of directly querying Response.is_redirect and Response.headers['location']. Advanced users will be able to process malformed redirects more easily.

  • Changed the internal calculation of elapsed request time to have higher resolution on Windows.

  • Added win_inet_pton as conditional dependency for the [socks] extra on Windows with Python 2.7.

  • Changed the proxy bypass implementation on Windows: the proxy bypass check doesn't use forward and reverse DNS requests anymore

  • URLs with schemes that begin with http but are not http or https no longer have their host parts forced to lowercase.

Bug 修复:

  • Much improved handling of non-ASCII Location header values in redirects. Fewer ``UnicodeDecodeError``s are encountered on Python 2, and Python 3 now correctly understands that Latin-1 is unlikely to be the correct encoding.

  • If an attempt to seek file to find out its length fails, we now appropriately handle that by aborting our content-length calculations.

  • Restricted HTTPDigestAuth to only respond to auth challenges made on 4XX responses, rather than to all auth challenges.

  • Fixed some code that was firing DeprecationWarning on Python 3.6.

  • The dismayed person emoticon (/o\) no longer has a big head. I'm sure this is what you were all worrying about most.

Requests v2.14.1:

bug 修复:

  • Changed the dependency markers to widen compatibility with older pip releases.

完整内容请查看更新日志 。

下载地址:

Requests v2.14.0:

Requests v2.14.1:



历史版本 :
Requests 2.18.4 发布,Python 的 HTTP 客户端库
Requests 2.18.3 发布,Python 的 HTTP 客户端库
Requests v2.18.2 发布,Python 的 HTTP 客户端库
Requests v2.17.3,Python 的 HTTP 客户端库
Requests v2.16.4,Python 的 HTTP 客户端库
Requests v2.14.2 发布,Python 的 HTTP 客户端库
Requests v2.14.0 和 2.14.1 发布
Requests v2.13.0,Python 的 HTTP 客户端库
Requests v2.12.5,Python 的 HTTP 客户端库
Requests 2.12.4 发布,Python 的 HTTP 客户端库
Requests 2.12.1 发布,Python 的 HTTP 客户端库
Requests 2.12 发布,Python 的 HTTP 客户端库
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务