[ANN] SkunkWeb 3.1 beta 3
Drew Csillag
drew_csillag at geocities.com
Tue Oct 2 14:04:54 EDT 2001
More information about the Python-list mailing list
Tue Oct 2 14:04:54 EDT 2001
- Previous message (by thread): list remove
- Next message (by thread): Raising Errors in __init__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Release 3.1 Beta 3 of The SkunkWeb Web Application Server has just been released. The release is available from the SkunkWeb home page at http://skunkweb.sourceforge.net or directly from http://prdownloads.sourceforge.net/skunkweb/skunkweb-3.1beta3.tgz What's new? (from 3.0) ------------------------------ * Major performance tweaks. Should now be about 30% faster overall. * Now supports FastCGI * PyDO improvements (mainly PostgreSQL related) * new service - userdir - which makes it so that requests to /~user/foo will go to <users_home_directory>/public_html/foo * print statements in <:call:> tags now work. * <:call:> tag now handles multiline expr argument properly. Now you can do things like: <:call `def foo(x): return 'the value is %s' % x print foo(3)`:> * PostgreSQL fixes * UNIX domain socket fixes * PyDO classes can now be defined in non-modules * Now can have a template that gets executed for directories that don't have an index document. Very best wishes to all, -Drew -- print(lambda(m,d,y):['Sun','Mon','Tues','Wednes','Thurs','Fri','Satur' ][(lambda(m,d,y):(23*m/9+d+4+y/4-y/100+y/400)%7)(m<3and(m,d+y,y-1)or( m,d+(y-2),y))])(map(int,raw_input('mm/dd/yyyy>').split('/')))+'day'
- Previous message (by thread): list remove
- Next message (by thread): Raising Errors in __init__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list