内容简介:Tornado 4.5.3 发布,Python Web 框架和异步网络库
Tornado 是使用 Python 开发的全栈式(full-stack)Web 框架和异步网络库,最早由 Friendfeed 开发。通过使用非阻塞 IO,Tornado 可以处理数以万计的开放连接,是 long polling、WebSockets 和其他需要为用户维护长连接应用的理想选择。
Tornado 4.5.3 已发布,更新如下:
tornado.curl_httpclient
-
Improved debug logging on Python 3.
tornado.httpserver
-
Content-LengthandTransfer-Encodingheaders are no longer sent with 1xx or 204 responses (this was already true of 304 responses). -
Reading chunked requests no longer leaves the connection in a broken state.
tornado.iostream
-
Writing a memoryview can no longer result in "BufferError: Existing exports of data: object cannot be re-sized".
tornado.options
-
Duplicate option names are now detected properly whether they use hyphens or underscores.
tornado.testing
-
.AsyncHTTPTestCase.fetch now uses
127.0.0.1instead oflocalhost, improving compatibility with systems that have partially-working ipv6 stacks.
tornado.web
-
It is no longer allowed to send a body with 1xx or 204 responses.
tornado.websocket
-
Requests with invalid websocket headers now get a response with status code 400 instead of a closed connection.
下载地址:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Python微型异步爬虫框架
- 5个顶级异步Python框架
- Spring Boot 异步框架的使用
- netty的Future异步回调难理解?手写个带回调异步框架就懂了
- 使用 Go 语言实现一个异步任务框架
- uvloop —— 超级快的 Python 异步网络框架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入浅出数据分析
Michael Milton / 李芳 / 电子工业出版社 / 2009 / 88.00元
《深入浅出数据分析》以类似“章回小说”的活泼形式,生动地向读者展现优秀的数据分析人员应知应会的技术:数据分析基本步骤、实验方法、最优化方法、假设检验方法、贝叶斯统计方法、主观概率法、启发法、直方图法、回归法、误差处理、相关数据库、数据整理技巧;正文以后,意犹未尽地以三篇附录介绍数据分析十大要务、R工具及ToolPak工具,在充分展现目标知识以外,为读者搭建了走向深入研究的桥梁。 本书构思跌宕......一起来看看 《深入浅出数据分析》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
XML 在线格式化
在线 XML 格式化压缩工具