Flask v0.12.1 发布, Python的WEB框架

jopen 7年前
   <p style="text-align: center;"><strong><img alt="" src="https://simg.open-open.com/show/d2cce2ae0fa4309a2d80dd631d8c1a45.png" /></strong></p>    <p> </p>    <p>Flask是一个基于Python的WEB框架,特点:</p>    <ul>     <li>自带开发服务器和调试器</li>     <li>集成单元测试</li>     <li>RESTful请求⽀支持</li>     <li>100% WSGI兼容</li>     <li>基于Unicode</li>    </ul>    <h2>更新日志</h2>    <ul>     <li> Prevent `flask run` from showing a NoAppException when an ImportError occurs   within the imported application module.</li>     <li> Fix encoding behavior of ``app.config.from_pyfile`` for Python 3. Fix</li>     <li>#2118</li>     <li>Use the ``SERVER_NAME`` config if it is present as default values for</li>     <li>  ``app.run``. ``#2109``, ``#2152``</li>     <li>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.</li>    </ul>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4959004675034954647" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4959004675136086435" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p>本站原创,转载时保留以下信息:<br /> 本文转自:深度开源(open-open.com)<br /> 原文地址:<a href="http://www.open-open.com/news/view/6812b465">http://www.open-open.com/news/view/6812b465</a></p>