ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-announce
python-announce
ANNOUNCE: Quixote 0.6.1 released
by Neil Schemenauer other posts by this author
Jul 15 2003 2:45PM messages near this date
ANN: Naja 0.8.3 is now available | ANN: ClientForm 0.0.11 and 0.1.5a released
Version 0.6.1 of Quixote is now available from:
  http://www.mems-exchange.org/software/quixote/

Quixote is yet another framework for developing Web applications in
Python.

Changes from 0.6.1
------------------

  * Form.add_widget() now returns the widget.

  * Allow the Expires header to be suppressed by setting the
    HTTPResponse.cache attribute to None.

  * Use title case for header names added by HTTPResponse.set_headers().
    Clients are not supposed to care about case but it's better to be
    conservative.

  * Catch IOError exceptions raised when writing the response and log a
    message (rather than exiting with a traceback).

  * Fix bug regarding _q_exception_handler.  'namespace_stack' needs to
    be updated while the traversal is occuring.  Thanks to Jason Sibre
    for spotting it and for the fix.

  * Add If-Modified-Since support for StaticFile objects.  Also, don't
    set the Expires header by default.  Instead, set the Last-Modified
    header based on the modification time of the file.  The Expires
    header can be enabled by providing a value for the 'cache_time'
    argument.


-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved