Requests v2.11.1 发布了,Requests 是一个 Python 的 HTTP 客户端库。
该版本更新内容:
Bug修复:
Fixed a bug when using iter_content with decode_unicode=True for streamed bodies would raise AttributeError. This bug was introduced in 2.11.
Strip Content-Type and Transfer-Encoding headers from the header block when following a redirect that transforms the verb from POST/PUT to GET.
软件详情:https://github.com/kennethreitz/
下载地址:https://github.com/kennethreitz/requests/archive/v2.11.1.tar.gz
来自:开源中国社区

