22 Feb 2007 17:29
ANN: CherryPy 3.0.1 Released
Christian Wyglendowski <christian <at> dowski.com>
2007-02-22 16:29:45 GMT
2007-02-22 16:29:45 GMT
Hi, We just released CherryPy 3.0.1. It is mainly a bug-fix release but there are also some performance tweaks and other changes as well. Here are some highlights: * More docstrings. help() is more helpful than ever. * The WSGI server has been moved into its own package to allow for easier use outside of CherryPy. * Session locking can now be "implicit" (before_handler), "early" (before_request_body), or "explicit" (none). * Moved checker back to cherrypy.checker from engine, and also added a new check_config_types method. There's also a new checker config namespace, so you can turn off the checker with "checker.on = False", or turn off specific methods with "checker.check_method_foo = None". Get the 3.0.1 release at: http://cherrypy.org/wiki/CherryPyDownload Christian Wyglendowski CherryPy Team -- -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html
RSS Feed