Flask v0.12.1 发布, Python的WEB框架
Flask是一个基于Python的WEB框架,特点:
- 自带开发服务器和调试器
- 集成单元测试
- RESTful请求⽀支持
- 100% WSGI兼容
- 基于Unicode
更新日志
- Prevent `flask run` from showing a NoAppException when an ImportError occurs within the imported application module.
- Fix encoding behavior of ``app.config.from_pyfile`` for Python 3. Fix
- #2118
- Use the ``SERVER_NAME`` config if it is present as default values for
- ``app.run``. ``#2109``, ``#2152``
- Call `ctx.auto_pop` with the exception object instead of `None`, in the event that a `BaseException` such as `KeyboardInterrupt` is raised in a request handler.
下载
本站原创,转载时保留以下信息:
本文转自:深度开源(open-open.com)
原文地址:http://www.open-open.com/news/view/6812b465
正文到此结束