E&S CVS Commit: WebHaiku - New features and bug fixes:

pje at eby-sarna.com pje at eby-sarna.com
Mon Jan 22 21:10:49 EST 2007


Author: pje
Date: Mon Jan 22 21:10:46 2007
New Revision: 2275

URL: http://svn.eby-sarna.com?rev=2275&view=rev
Log:
New features and bug fixes:

* Added a ``test()`` function to make it easy to doctest any WSGI app

* Improved debug support for ``EvalMap`` -- previously, pdb could crash
  if you inspected the stack while evaluating a template expression.

* Improved HEAD method that should correctly compute Content-Length for 
  any WSGI app, even ones that use write().

* Fixed cgi.escape not working as a method (it needed to be a 
  staticmethod)

* Added some preliminary doctests to README.txt (need refactoring and 
  some actual docs!)

Modified:
    WebHaiku/README.txt
    WebHaiku/web_haiku.py




More information about the source-changes mailing list