Web.py 0.33 is ready for release.

Changes include:

* fix: make web.profiler work on Windows (tx asmo) (Bug#325139)
* fix changequery to make it work correctly even when the input has
multi-valued fields (Bug#118229)
* fix: make sure sequence exists before queying for currval(seqname)
when executing postgres insert query (Bug#268705)
* fix: raise web.notfound() instead of return in autodelegate (tx SeC)
* fix: raise NotSupportedError when len or bool is used on sqlite
result (Bug#179644) **backward-incompatible**
* fix: make db paramater optional for creating postgres DB to allow
taking them from environ. (Bug#153491)
* fix unicode errors in db module
* fix unicode error in debugerror
* fix: don't convert file upload data to unicode even when file={} is
not passed to web.input
* fix checkbox value/checked confusion (Bug#128233)
* fix: consider empty lines as part of the indented block in templetor
* fix: fix a bug in web.group
* fix: use sendmail from web.config.sendmail_path (tx Daniel Schwartz)
* new: add background updating to memoize
* convert unicode strings to UTF8 before printing SQL queries
* improve httpserver.runsimple code
* improve form.py for customizability
* remove obsolete write function in http.py (tx Justin) (Bug#315337)

Please test the trunk with your software and let me know if there are
any issues.

tarball of the latest code can be downloaded from:
http://github.com/webpy/webpy/tarball/master

Anand

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to