[ANN] SkunkWeb 3.1 released!

Drew Csillag drew_csillag at geocities.com
Thu Oct 11 17:03:17 EDT 2001


Release 3.1 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.1.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




More information about the Python-list mailing list