距离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 lovelylain) #65
* Added secure option to session. — #38
* Fixed db.delete error with `using` clause (tx berndtj) — #28
* Fixed the case of no where-clauses in db.where
* Fixed threadlocal error in python2.3 — #77
* Fixed TemplateResult inconsistant behavior — #78
* Fixed query execution issues with MSSQL — #71