[LWN Logo]
[LWN.net]
From:	 Drew Csillag <drew_csillag@geocities.com>
To:	 Python List <python-list@python.org>,
	 SkunkWeb List <skunkweb-list@lists.sourceforge.net>
Subject: [ANN] SkunkWeb 3.1 beta 3
Date:	 Tue, 2 Oct 2001 14:04:54 -0400

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'

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