On Nov 20, 2:10 am, "Anand Chitipothu" <[EMAIL PROTECTED]> wrote: > web.py 0.3 is ready for release. > > Changes are: > new: replace print with return (backward-incompatible)
Hmm.... one of the things I liked about web.py was that it worked just like cgi, print to stdout. > new: application framework (backward-incompatible) thought the idea of not having this was to keep it very light weight? > new: modular database system (backward-incompatible) > new: templetor reimplementation > new: better unicode support > new: debug mode (web.config.debug) > new: better db pooling > new: sessions All sounds good. > new: support for GAE What was done to support GAE? What does this mean? It already seemed to work on it. > new: etag support > new: web.openid module > new: web.nthstr > fix: various form.py fixes > fix: python 2.6 compatibility > fix: file uploads are not loaded into memory Hmm.. this seems like it could be incompatible with the GAE? Also was a way to limit file upload sizes put in? > fix: SQLLiteral issue (Bug#180027) > Complete documentation is available at:http://webpy.org/docs/0.3 > > Please test this out with your software and let me know if there are any > issues. > code is available athttp://github.com/webpy/webpy. For the git illiterate since no tarball exists it seems, can someone tell me the command line to fetch this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
