Tag Archives: web.py

web.py 0.36发布

距离0.35还没多久就发布了0.36,此版本主要修复0.35的问题,更新内容如下: * Upgraded to CherryPy WSGIServer 3.2.0. — #66 * Various Jython compatibility fixes (tx Ben Noordhuis) * allow strips to accept lists — #69 * Improvements to setcookie (tx lovelylain) — #65 * Added __contains__ method to Session. (tx … Continue reading

Posted in Python | Tagged | Leave a comment

web.py升级到0.35

本地升级了,简单的看了一下,之前的程序还未发现在0.35下有问题的情况,另外更新日志中所说的新的表单样式,我还未发现新的Form的render和老的有什么区别。

Posted in Python | Tagged | Leave a comment

web.py 0.35发布

ChangeLog Better ThreaedDict implementation using threadlocal (tx Ben Hoyt) Make Form a new-style class — #53 Optimized SQLQuery.join and generation of multiple_insert query — #58 New: support for Amazon’s Simple Email Service Added httponly keyword to setcookie (tx Justin Davis) … Continue reading

Posted in Python | Tagged | Leave a comment